LeveneBlock: Levene Test for Block 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
LeveneBlock(someObservationVector, someTreamtentVector)

Arguments

observations

A numeric vector

block

A character vector to group the observations by

confidenceInterval

Assumed to be the normal 0.05 unless otherwise specified

Details

For general use in other functions, not so much as a stand alone.

Value

Levene Test

Returns Levene Test Test Statistic and p-value

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.