chi.quant: Quantile Plot of the Chi-square Distribution

chi.quantR Documentation

Quantile Plot of the Chi-square Distribution

Description

Quantile Plot of the Chi-square Distribution

Usage

chi.quant(nu, pv, pv2 = pv, pup = 0.999, mt, dig = 4)

Arguments

nu

Degree of freedom of the chi-square distribution

pv

Vector of probabilities for quantiles

pv2

Vector of probabilities for specific quantiles, Default: pv

pup

Upper limit of probabilities for quantiles, Default: 0.999

mt

Graph title

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

nu = 5
pv = c(0.005, 0.01, 0.025, 0.05, 1:9/10, 0.95, 0.975, 0.99, 0.995)
pv2 = c(0.005, 0.01, 0.025, 0.05, 0.5, 0.95, 0.975, 0.99, 0.995)
chi.quant(nu, pv, pv2)

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