read.bootstrap: Documentation stub

View source: R/read.bootstrap.r

read.bootstrapR Documentation

Documentation stub

Description

Reads summary files of a completed NONMEM bootstrap

Usage

read.bootstrap(
  path = getOption("nmDir"),
  filename = "raw_results1.csv",
  structure.filename = "raw_results_structure",
  parlist = c("ofv", "theta", "omega")
)

Arguments

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?

Value

A list with data frame withy summary boostrap results

Examples

## 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)


qPharmetra/qpToolkit documentation built on May 24, 2023, 8:52 a.m.