ptsquared: Calculate the Probability for a given T^2 statistic.

View source: R/hotellings.R

ptsquaredR Documentation

Calculate the Probability for a given T^2 statistic.

Description

Calculate the Probability for a given T^2 statistic.

Usage

ptsquared(t, n1, n2, p)

Arguments

t

T^2 statistic.

n1

Number of observations in first sample.

n2

Number of observations in second sample.

p

Number of parameters.

Value

A probability corresponding to a given T^2 statistic and for given arguments.


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

Related to ptsquared in SK4FGA...