search for: fframe

Displaying 1 result from an estimated 1 matches for "fframe".

Did you mean: frame
2011 Sep 22
1
Wrapper of linearHypothesis (car) for post-hoc of repeated measures ANOVA
...d against zero or a matrix of zeros. factorltest.mlm <- function(modmlm,levelcomb,aovmlm,...){ ## AUXILIARY FUNCTIONS # checkfactors() is used to check consistency of level combinations in the # factors defined in levelcomb, and convert them to numeric matrices checkfactors <- function(fframe,fnames,levelcomb){ for (fname in fnames){ f <- fframe[[fname]] fc <- levelcomb[[fname]] # Literal expressions must represent one level or a pair of levels if ((is.character(fc)) & (!any(is.na(fc)))){ fcnames <- fc if (length(fc)==1){ # If there is one level,...