boot.hist | R Documentation |
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",
...
)
results.file |
The location of the results file from the
|
incl.ids.file |
The location of the included ids file from the
|
min.failed |
Should NONMEM runs that had failed minimization be
skipped? |
cov.failed |
Should NONMEM runs that had a failed covariance step be
skipped? |
cov.warnings |
Should NONMEM runs that had covariance step warnings be
skipped? |
boundary |
Should NONMEM runs that had boundary warnings be skipped?
|
showOriginal |
Should we show the value from the original NONMEM run in
the histograms? |
showMean |
Should we show the mean of the histogram data? |
showMedian |
Should we show the median of the histogram data?
|
showPCTS |
Should we show the percentiles of the histogram data?
|
PCTS |
the percentiles to show. Can be a vector of any length. For
example, |
excl.id |
Vector of id numbers to exclude. |
layout |
Layout of plots. A vector of number of rows and columns in
each plot. |
sort.plots |
Should the plots be sorted based on type of parameter. Sorting on parameters, standard errors, shrinkage and eigenvalues. |
main |
The title of the plot. |
... |
Additional arguments that can be passed to xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions. |
A lattice object
Andrew Hooker
xpose.plot.histogram, xpose.panel.histogram, histogram and other lattice-package functions.
Other PsN functions:
bootscm.import()
,
npc.coverage()
,
randtest.hist()
,
read.npc.vpc.results()
,
read.vpctab()
,
xpose.VPC()
,
xpose.VPC.both()
,
xpose.VPC.categorical()
,
xpose4-package
## Not run:
boot.hist(results.file="./boot1/raw_results_run1.csv",
incl.ids.file="./boot1/included_individuals1.csv")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.