View source: R/process.runrec.r
process.runrec | R Documentation |
Process the run record into a data frame ready for integration into LaTeX report. Note that the function assumes runrecord has been run with PsN option -maxlvl = 0 and the function depends on input from read.runrec
process.runrec(
runrec,
improvement = list(value = -6.63, color = "blue"),
carryAlong = NULL,
plain = FALSE
)
runrec |
outut from |
improvement |
a list with elements value (numeric) and color (character) to emphasize significant improvements. Value defaults to -6.63, for a p<0.01 improvement for a single parameter added. |
carryAlong |
any additional variable to be included (would need to be present in |
plain |
optional toggle to create a non-LaTeX formatted table |
Either a LaTeX preformatted runrecord table (default) or a fully processed runrecord table without LaTeX preformatting (for inclusion into Microsoft products).
read.runrec
, process.parTable
rr = read.runrec(
filename = "AAruninfo.txt",
path = system.file(package = 'qpToolkit','NONMEM')
)
process.runrec(rr)
process.runrec(rr, plain = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.