chi2_star_upper: Analyze the variance from a dataset using the chi**2...

Description Usage Arguments Value Examples

View source: R/chi2_star_upper.R

Description

Analyze the variance from a dataset using the chi**2 distribution

Usage

1
2
3
4
5
6
7
chi2_star_upper(
  n,
  sigma2_samp,
  sigma2_pop,
  upper_bound = 70,
  conf_level = 0.95
)

Arguments

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)

Value

A dataframe

Examples

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)

jrminter/statshelpR documentation built on May 2, 2020, 12:08 a.m.