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

chi.probR Documentation

Cumulative Probability of the Chi-square Distribution

Description

Cumulative Probability of the Chi-square Distribution

Usage

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

Details

DETAILS

Value

None.

Examples

k= 1:10; nu= 5
chi.prob(nu, k)

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