Learn R Programming

SK4FGA (version 0.1.1)

ptsquared: 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)

Value

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

Arguments

t

T^2 statistic.

n1

Number of observations in first sample.

n2

Number of observations in second sample.

p

Number of parameters.