bootstrap
tool in PsNReads results from the bootstrap
tool in PsN and then creates histograms.
boot.hist(results.file = "raw_results_run1.csv",
incl.ids.file = "included_individuals1.csv",
min.failed = FALSE, cov.failed = FALSE,
cov.warnings = FALSE, boundary = FALSE,
showOriginal = TRUE, showMean = FALSE,
showMedian = FALSE, showPCTS = FALSE,
PCTS = c(0.025, 0.975), excl.id = c(),
layout = NULL, sort.plots = TRUE,
main = "Default", ...)
The location of the results file from the bootstrap
tool in PsN
The location of the included ids file from the bootstrap
tool in PsN
Should NONMEM runs that had failed minimization be included? TRUE
or FALSE
Should NONMEM runs that had a failed covariance step be included? TRUE
or FALSE
Should NONMEM runs that had covariance step warnings be included? TRUE
or FALSE
Should NONMEM runs that had boundary warnings be included? TRUE
or FALSE
Should we show the value from the original NONMEM run in the histograms? TRUE
or FALSE
Should we show the mean of the histogram data? TRUE
or FALSE
Should we show the median of the histogram data? TRUE
or FALSE
Should we show the percentiles of the histogram data? TRUE
or FALSE
the percentiles to show. Can be a vector of any length. For example, c(0.05,0.2,0.5,0.7)
Vector of id numbers to exclude.
Layout of plots. A vector of number of rows and columns in each plot. c(3,3)
for example.
Should the plots be sorted based on type of parameter. Sorting on parameters, standard errors, shrinkage and eigenvalues.
The title of the plot.
Additional arguments that can be passed to xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions.
Plots or a list of plots are returned.
xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions.
boot.hist(results.file="./boot1/raw_results_run1.csv",
incl.ids.file="./boot1/included_individuals1.csv")
Run the code above in your browser using DataLab