get_cred_intervals.Rd
Get Credible Intervals for Parameters from Sampling Iterations
get_cred_intervals(IFRmodel_inf, what, whichrung = "rung1", by_chain = TRUE)
IFRmodel_inf | R6 class; The result of the IFR Model MCMC run along with the model input. |
---|---|
what | character; Specify which parameters you want: "IFRparams", "Infxnparams", "Serotestparams", "Noiseparams", or "DeathDelayparams" |
whichrung | character; Specify which rung to sample from (default is rung1) |
by_chain | logical; Whether or not credible intervals should be reported with respect to individual chains (TRUE) or not. |