oneway_mss: oneway_mss Computes est (based on the Wilks statistic) of #...

Description Usage Arguments Value Examples

View source: R/objects_and_functions.r

Description

oneway_mss Computes est (based on the Wilks statistic) of # repetitions and sample estimates for 1-way MANOVA w. 2 to 7 dependent vars and from 2 to 12 levels of an independent var. oneway_mss takes two parameters: a scalar indicating number of levels and a vector of the eigenvalues of a 1-way MANOVA (E-Inv)*H matrix.

Usage

1
oneway_mss(n_level, omega)

Arguments

n_level

Is a numeric scalar, =>2 & =<12

omega

Is numeric vector,eigenvalues of a 1-way MANOVA (E-Inv)*H matrix, length=>2 & =<7

Value

(if repetitions<=20) printed results.

Examples

1
2
3
4
5
    suppressPackageStartupMessages(library(Rmpfr)); 
    library(wmpvaer);
    rate_eigs<-c(1.6187719, -9.273797e-17,  3.365044e-18);
    rate_n_level<-2;  
    oneway_mss(rate_n_level,rate_eigs);

chvrngit/wmpvaer documentation built on Dec. 3, 2019, 12:14 p.m.