runScript | R Documentation |
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
)
script |
character string containing the name of the script to be executed. By default, |
package |
character string containing the package name. By default, |
subdir |
subdirectory containing scripts. By default, |
echo |
logical. If |
The script is executed, and results are printed. If script
is NA
, a list of available scripts is printed.
Andrzej Galecki and Tomasz Burzykowski
Galecki, A., & Burzykowski, T. (2013). *Linear Mixed-Effects Models: A Step-by-Step Approach*. Springer.
runScript()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.