runScript.RdDefault call of the function without arguments, prints a list of available scripts.
runScript(script = NA, package = "nlmeU",
subdir = "scriptsR2.15.0", echo = TRUE)Script is executed and results are printed.
runScript()
#> Scripts in /tmp/Rtmp0ljCik/temp_libpath2d1fbf751bda39/nlmeU/scriptsR2.15.0 are:
#> "Ch01.R",
#> "Ch02.R",
#> "Ch03.R",
#> "Ch05.R",
#> "Ch06.R",
#> "Ch08.R",
#> "Ch09.R",
#> "Ch11.R",
#> "Ch12.R",
#> "Ch14.R",
#> "Ch16lme.R",
#> "Ch17part1.R",
#> "Ch18lme.R",
#> "Ch19.R",
#> "Ch20.2Kronecker.R",
#> "Ch20.3influence.R",
#> "Ch20.4simY.R",
#> "Ch20.5Pwr.R"
#>
#> Scripts employing lme4.0 package are stored in:
#> /tmp/Rtmp0ljCik/temp_libpath2d1fbf751bda39/nlmeU/scriptsR2.15.0/lme4.0 directory and can be found by issuing:
#> runScript(subdir = "scriptsR2.15.0/lme4.0") command