| simCalibrationFigures | R Documentation |
Reads output from simCalibrationSim and produces one PDF per
model setting showing convergence of point estimates, covariance estimates,
RESI estimates, and RESI variance estimates to their population targets.
simCalibrationFigures(
output.dir = "resiCalibrationSim",
figures.dir = NULL,
alpha = 0.05,
deriv_method = c("extended", "corrected", "original", "population", "population2",
"zeroB", "zero_phi_cross")
)
output.dir |
Character, directory containing output from
|
figures.dir |
Character, output directory for PDFs.
Default |
alpha |
Numeric, nominal CI level. Default 0.05. |
deriv_method |
Character, type of derivative being evaluated. Package now only includes "extended" in resi implementation. |
Invisibly returns the summary data frame. Saves PDF figures to
figures.dir.
simCalibrationSim, insurancePlasmodeSim
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.