Description Usage Arguments Details Value Note Author(s) References Examples
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.
1 | LeveneTreatments(someObservationVector, someTreatmentVector)
|
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. |
Designed for general use in other functions, not so much as a stand alone
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 |
Designed for Professor Ray Mugno's MAT 342 class, Spring 2019
Frederick T. Kaesmann Jr.
My Github -> https://github.com/ftkjr
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.