Learn R Programming

GBJ (version 0.5.4)

surv: surv.R

Description

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

Usage

surv(x)

Value

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

Arguments

x

Vector of quantiles

Examples

Run this code
surv(0)		# Should return 0.5

Run the code above in your browser using DataLab