rlog {MIfuns}R Documentation

Generate a combined run log from multiple NONMEM runs

Description

rlog will generate a combined run log for all run numbers requested. rlog will append to or overwrite any existing combined run log depending on the user options specified in the call to rlog.

Usage

rlog(b, boot, ProjectDir, runlog)

Arguments

b Vector of control stream numbers to use to generate a combined run log. Should be numeric with no placeholder zeros to left of number, i.e., "1" not "001". Example: b=c(1,2,5)
boot Flag to describe type of NONMEM run with (0)-normal, (1)-bootstrap, (2)-long runs, and (3)-bootstrap runs across entire cluster. Flag should be "0" on Windows.
ProjectDir System path to the directory containing the NONMEM control (*.ctl) streams.
runlog Flag to describe process used to generate the combined run log with (0)-no combined run log (0), (1)-generate combined run log of ctl streams in b by appending to existing combined run log, or (2)-generate combined run log of all ctl streams in b by overwriting existing combined run log.

Author(s)

Developed by Metrum Institute (Bill Knebel, Tim Bergsma, and others).

References

MIfuns package available from Metrum Institute website (http://metruminstitute.org/).


[Package MIfuns version 3.2.9 Index]