snorm.quant: Quantile Plot of the Standard Normal Distribution

Description Usage Arguments Value Examples

View source: R/snorm.quant.R

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)

jhk0530/Rstat documentation built on Dec. 20, 2021, 11:11 p.m.