chi.quant | R Documentation |
Quantile Plot of the Chi-square Distribution
chi.quant(nu, pv, pv2 = pv, pup = 0.999, mt, dig = 4)
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 |
None.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.