Learn R Programming

puma (version 3.14.0)

erfc: 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.

Value

The return is a numeric.

Details

erfc is implemented using the function qnorm.

See Also

qnorm

Examples

Run this code
  erfc(0.5)

Run the code above in your browser using DataLab