Displaying 1 result from an estimated 1 matches for "fixedformula".
2012 May 11
0
contrasts with an imbalance in a factor
..., "fmri"), class = "data.frame", row.names = c(NA,
-200L))
## this is what I really want to be able to do, but without contrast
## complaining about the imbalance in the number of rows
cat("### With scanner\n")
fixedFormula=as.formula("fmri ~ group * task + scanner")
randomFormula = as.formula("random = ~ 1 | subject")
mylme = lme(fixed=fixedFormula, random=randomFormula, data=my.model)
## now look at the risky choices (40outcome and 80outcome) versus the
## safe choices (20outcome)
con=contrast(...