find_T2: Calculate Hotelling's T^2 Statistic for two independent...

View source: R/hotellings.R

find_T2R Documentation

Calculate Hotelling's T^2 Statistic for two independent multivariate samples.

Description

Calculate Hotelling's T^2 Statistic for two independent multivariate samples.

Usage

find_T2(d1, d2)

Arguments

d1

matrix or data.frame type object containing the multivariate data for the first sample.

d2

matrix or data.frame type object containing the multivariate data for the second sample.

Value

T^2 value for the two objects.


SK4FGA documentation built on Feb. 16, 2023, 9:06 p.m.

Related to find_T2 in SK4FGA...