Description Usage Arguments Value Examples
View source: R/objects_and_functions.r
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.
1 | oneway_mss(n_level, omega)
|
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 |
(if repetitions<=20) printed results.
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);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.