View source: R/notcore_utils.r
| print.vacalibration | R Documentation |
This function is the print method for class vacalibration
## S3 method for class 'vacalibration'
print(x, ...)
x |
|
... |
not used |
## Not run:
data(NeonatesVA5)
fit_insilico <- codeVA(NeonatesVA5, auto.length = FALSE)
insilico_prep <- prepCalibration(fit_insilico)
calib_insilico = vacalibration::vacalibration(va_data = insilico_prep,
age_group = "neonate",
country = "Mozambique",
plot_it = FALSE)
calib_insilico
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.