packrat/lib-R/nlme/scripts/runme.R

sdir <- system.file("scripts", package="nlme")
for(f in list.files(sdir, pattern = "^ch.*[.]R$")) {
    cat("\n",f,":\n------\n", sep='')
    source(file.path(sdir, f), echo=TRUE)
}
## currently fails in   ch04.R : qqnorm(fm3Orth.lme, ~resid(.) | Sex)
UBC-MDS/Karl documentation built on May 22, 2019, 1:53 p.m.