chi.prob: Cumulative Probability of the Chi-square Distribution

Description Usage Arguments Value Examples

View source: R/chi.prob.R

Description

Cumulative Probability of the Chi-square Distribution

Usage

1
chi.prob(nu, xp, pup = 0.995, mt, dig = 4)

Arguments

nu

Degree of freedom of the chi-square distribution

xp

Vector of specific x-axis values

pup

Upper limit of probabilities for quantiles, Default: 0.995

mt

Graph title

dig

Number of digits below the decimal point, Default: 4

Value

None.

Examples

1
2
3
k <- 1:10
nu <- 5
chi.prob(nu, k)

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