Description Usage Arguments Value Examples
View source: R/chi2_star_upper.R
Analyze the variance from a dataset using the chi**2 distribution
1 2 3 4 5 6 7 | chi2_star_upper(
n,
sigma2_samp,
sigma2_pop,
upper_bound = 70,
conf_level = 0.95
)
|
n |
The number of observations (real number) |
sigma2_samp |
The variance for the sample |
sigma2_pop |
The desired variance for the population. H0 is less than or equal to this. |
upper_bound |
The upper bounnd for the plot (default 70) |
conf_level |
The desired confidence level (default 0.95) |
A dataframe
1 2 3 | # From Johnson-Kuby-4th-ed, Sect 9.3-Part-2-Hypothesis-Testing, Ex-9.14-p454
library(statshelpR)
chi2_star_upper (28, 0.007, 0.004, upper_bound=70, conf_level=0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.