Learn R Programming

nlmeU (version 0.70-9)

runScript: Executes scripts from GB book

Description

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

Usage

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

Value

Script is executed and results are printed.

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.

Author

Andrzej Galecki and Tomasz Burzykowski

Examples

Run this code
runScript()

Run the code above in your browser using DataLab