snorm.quant: Quantile Plot of the Standard Normal Distribution

snorm.quantR Documentation

Quantile Plot of the Standard Normal Distribution

Description

Quantile Plot of the Standard Normal Distribution

Usage

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

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)

adoocavo/Rstat_M1 documentation built on March 19, 2022, 3:34 a.m.