View source: R/read.bootstrap.r
read.bootstrap | R Documentation |
Reads summary files of a completed NONMEM bootstrap
read.bootstrap(
path = getOption("nmDir"),
filename = "raw_results1.csv",
structure.filename = "raw_results_structure",
parlist = c("ofv", "theta", "omega")
)
path |
Directory where bootstrap summary files reside |
filename |
default Filename of the bootstrap results summary file created by PsN bootstrap |
structure.filename |
Filename of structure file created by PsN bootstrap |
parlist |
Define what elements are needed from the bootstrap? |
A list with data frame withy summary boostrap results
## Not run:
myBoot = read.bootstrap(path = getOption("qpExampleDir")
, filename = "raw_results_bs4011.csv"
, structure.filename = "raw_results_structure"
)
bootstrap.ParTab(myBoot, idx = list(theta = 1:13,omega = 1:7,sigma = 1))
names(myBoot)
str(myBoot$bootstrap)
myBoot$structure
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.