surv: surv.R

Description Usage Arguments Value Examples

View source: R/surv.R

Description

Survival (1 minus the CDF) function of standard normal random variable.

Usage

1
surv(x)

Arguments

x

Vector of quantiles

Value

Probability that a standard normal random variable is greater than x.

Examples

1
surv(0)		# Should return 0.5

GBJ documentation built on March 26, 2020, 6:05 p.m.