TSP: Test for Two Special Patterns

Description Usage Arguments Value Author(s) References Examples

Description

Equal-covariance patterns was sufficient for the validity of the repeated-measurements equal mean tests so he present an test to prove the hypothesis of those multinormal covariance models Morrison(2005).

Usage

1
TSP(S, n)

Arguments

S

a data matrix of variances and covariances

n

number of individuals

Value

Chi square statistic

the value of the computed Chi square statistic

P value

the P value fot the computed Chi square statistic

Author(s)

Jesus Gonzalez <jmgonzalezf@unal.edu.co>, Andres Palacios <anfpalacioscl@unal.edu.co>, Campo Elias Pardo <cepardot@unal.edu.co>

References

Morrison, D. F. (2005), Multivariate statistical methods, Series in Probabilty and Statistics, 4 edn, McGraw-Hill, New York

Examples

1
2
3
4
5
S <- matrix(c(2.2605, 2.1763, 1.6342,
              2.1763, 2.6605, 1.8237,
              1.6342, 1.8237, 2.4710), nrow = 3, byrow = TRUE)

TSP(S, n = 20)

andresfpc/AMUN documentation built on May 12, 2019, 3:36 a.m.