Default call of the function without arguments, prints a list of available scripts.

runScript(script = NA, package = "nlmeU",
    subdir = "scriptsR2.15.0", echo = TRUE)

Arguments

script

character string containing name of the script to be executed. By default is set to NA.

package

character string containing package name. By default nlmeU.

subdir

subdirectory containing scripts. By default: scriptsR15.0.

echo

logical. Used by source function. By default set to TRUE.

Value

Script is executed and results are printed.

Author

Andrzej Galecki and Tomasz Burzykowski

Examples

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