File: extras.R

package info (click to toggle)
lme4 0.9975-9-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 700 kB
  • ctags: 175
  • sloc: ansic: 3,002; sh: 22; makefile: 3
file content (8 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
## library(lme4)
## This example takes too long
## if (isTRUE(try(data(star, package = 'mlmRev')) == 'star')) {
##     fm1 <- lme4:::carryOver(math ~ gr+sx*eth+cltype+(yrs|id)+(1|tch)+(yrs|sch),
##                             star, yrs ~ tch/id,
##                             control = list(msV = 1, nit = 0, grad = 0))
##     print(fm1, corr = FALSE)
## }