View source: R/one.sample.hotelling.R
one.sample.hotelling | R Documentation |
Performs a one sample hotelling t^2-test for given hypothesis
one.sample.hotelling(Data, mu.0)
mu.0 |
Hypothesized values of means |
data |
Matrix of vectors (variables) you want to test means of |
F-stat and p-value for hotelling t^2 test
one.sample.hotelling(iris[,1:4], c(5,3,4,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.