erfc {puma}R Documentation

The complementary error function

Description

This function calculates the complementary error function of an input x.

Usage

erfc(x)

Arguments

x a numeric, the input.

Details

erfc is implemented using the function qnorm.

Value

The return is a numeric.

Author(s)

Xuejun Liu

See Also

qnorm

Examples

  erfc(0.5)

[Package puma version 1.8.1 Index]