Description Usage Arguments Value Examples
View source: R/objects_and_functions.r
mlandrf
takes a matrix of eignvalues, a vector of model DF values and a numeric value of error DF
and returns Wilks statistics & BW power and p values by wrapping the S4 object
wmpvaer::mlandr in an R function.
1 | mlandrf(e_dfm, m_dfm, eigsm)
|
e_df |
error DF for a MANOVA model, numeric vector , or 1x1 numeric matrix |
m_df |
model DFs for a MANOVA model, a numeric vector,length >=1, or a matrix ncol=1 & nrow>=1, |
eigs |
Eigenvalues of an (E-inv)*H matrix,MANOVA analysis, Wilks non-centrality parameter, matrix w. ncol>=2 |
list with two elements (matricies)
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.