View source: R/summarise_seromodel.R
summarise_central_estimate | R Documentation |
Summarise central estimate
summarise_central_estimate(
seromodel,
serosurvey,
alpha,
par_name = "seroreversion_rate",
central_estimate_digits = 2
)
seromodel |
stan_fit object obtained from sampling a model with fit_seromodel |
serosurvey |
|
alpha |
1 - alpha indicates the credibility level to be used |
par_name |
String specifying the parameter to be extracted
from |
central_estimate_digits |
Number of central estimate digits |
Text summarising specified central estimate
data(veev2012)
seromodel <- fit_seromodel(veev2012, iter = 100)
summarise_central_estimate(
seromodel,
veev2012,
alpha = 0.05,
par_name = "foi"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.