Executes scripts from the book by Galecki and Burzykowski (2013). If called without arguments, it prints a list of available scripts.
runScript(
script = NA,
package = "nlmeU",
subdir = "scriptsR4.5.1",
echo = TRUE
)character string containing the name of the script to be executed. By default, NA.
character string containing the package name. By default, "nlmeU".
subdirectory containing scripts. By default, "scriptsR2.15.0".
logical. If TRUE, the script is executed with output printed. Used by source(). By default, TRUE.
The script is executed, and results are printed. If script is NA, a list of available scripts is printed.
Galecki, A., & Burzykowski, T. (2013). *Linear Mixed-Effects Models: A Step-by-Step Approach*. Springer.
runScript()
#> Scripts in /tmp/RtmpzbpyJ5/temp_libpath305d11579e75b8/nlmeU/scriptsR4.5.1 are:
#> "Ch01.R",
#> "Ch02.R",
#> "Ch03.R",
#> "Ch05.R",
#> "Ch06.R",
#> "Ch08.R",
#> "Ch09.R",
#> "Ch11.R",
#> "Ch12.R",
#> "Ch14.R",
#> "Ch15a.R",
#> "Ch15b.R",
#> "Ch16lme.R",
#> "Ch16mer.R",
#> "Ch17a.R",
#> "Ch17part1.R",
#> "Ch18lme.R",
#> "Ch18mer.R",
#> "Ch19.R",
#> "Ch19mer.R",
#> "Ch20.2pdK1a.R",
#> "Ch20.3influence.R",
#> "Ch20.4simY.R",
#> "Ch20.5Pwr.R "