example_par_tab | R Documentation |
Example of the parameter table used through serosolver
. This data frame is used to control everything related to the model parameters, including values, names, fixed/estimates, and uniform prior bounds.
data(example_par_tab)
A data frame with 21 rows and 8 variables:
string names of the model parameters
numeric values of the parameters
binary values indicating if the parameter should be fixed (1) or estimated (0) during the MCMC procedure
lower numeric bound for the parameter during fitting (lower uniform prior bound)
upper numeric bound for the parameter during fitting (upper uniform prior bound)
can be used to set the lower allowable random starting value for the MCMC
can be used to set the upper allowable random starting value for the MCMC
used for bookeeping during MCMC, set to 1 for normal model parameters, 0 for model options, 2 for attack rate terms, phi or 3 for measurement offset terms, rho
gives the biomarker group each parameter corresponds to, matching entries in the antibody_data object
Other example_data:
example_antibody_data
,
example_antigenic_map
,
example_inf_chain
,
example_inf_hist
,
example_theta_chain
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.