snorm.quant: Quantile Plot of the Standard Normal Distribution

Description Usage Arguments Value Examples

Description

Quantile Plot of the Standard Normal Distribution

Usage

1
snorm.quant(pv, pv2, mt, dig = 4)

Arguments

pv

Vector of probability values

pv2

Vector of specific probability values

mt

Graph title (default="Quantiles of the Standard Normal Distribution")

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

1
2
pv = c(0.005, 0.01, 0.025, 0.05, 1:9/10, 0.95, 0.975, 0.99, 0.995)
snorm.quant(pv, pv)

tjssu/Rstat documentation built on Aug. 8, 2020, 12:38 p.m.