LeveneTreatments: Levene Test for Treatment Vector

Description Usage Arguments Details Value Note Author(s) References Examples

Description

Returns a Levene Test, a statement of the Null and Alternative Hypotheses for a Levene Test, then tests the p-value against the confidence interval.

Usage

1
LeveneTreatments(someObservationVector, someTreatmentVector)

Arguments

observation

A numeric vector of observations

treatments

A vector of characters to group the observations by

observations

Assumed to be 0.05 unless otherwise entered.

Details

Designed for general use in other functions, not so much as a stand alone

Value

Levene Test

Returns a Levene Test TS and p-val

Hypothesis Test

Checks the Levene Test p-value against the confidence interval to determine significance

Note

Designed for Professor Ray Mugno's MAT 342 class, Spring 2019

Author(s)

Frederick T. Kaesmann Jr.

References

My Github -> https://github.com/ftkjr

Examples

1
2
3
4
5
6
7
8
data(CO2)

LeveneTest(CO2$uptake, CO2$Plant)

## The function is currently defined as
function (x)
{
  }

ftkjr/SummaryPack documentation built on June 4, 2019, 8:23 a.m.