one.sample.hotelling: Performs a one sample hotelling t^2-test for given hypothesis

View source: R/one.sample.hotelling.R

one.sample.hotellingR Documentation

Performs a one sample hotelling t^2-test for given hypothesis

Description

Performs a one sample hotelling t^2-test for given hypothesis

Usage

one.sample.hotelling(Data, mu.0)

Arguments

mu.0

Hypothesized values of means

data

Matrix of vectors (variables) you want to test means of

Value

F-stat and p-value for hotelling t^2 test

Examples

one.sample.hotelling(iris[,1:4], c(5,3,4,1))


Ammlakh/multivaR documentation built on May 1, 2022, 12:15 a.m.