qnormvar | R Documentation |
Computes the value of sample variance corresponding to the input quantile p of the chi-square distribution for n-1 degrees of freedom
qnormvar(p, sigma2, n)
p |
the cdf value (named in accordance with R standards) |
sigma2 |
the assumed normal variance |
n |
the sample size (pass this as an extra argument to cdfinv()) |
Do not call qnormvar() directly. Pass DISTR="normvar" to cdfinv() when computing intervals for the normal variance. The parameter name to be passed to cdfinv() is sigma2. The additional argument n (sample size) is to be passed to cdfinv().
The value of sample variance corresponding to the input quantile p of the chi-square distribution for n-1 degrees of freedom
Peter E. Freeman, pfreeman@cmu.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.