traceplot,pandemicEstimated-method | R Documentation |
Uses stan's traceplot function to draw the traceplots for the relevant parameters of the estimated model.
## S4 method for signature 'pandemicEstimated' traceplot(object, waves = 1:object$n_waves, ...)
object |
Output of the |
waves |
If the estimated model has more than 1 wave, this parameter controls which waves parameters are shown. Default are all waves. |
... |
Aditional parameters passed on to the |
pandemic_model
and traceplot
## Not run: dataMG = load_covid("Brazil","MG") estimMG = pandemic_model(dataMG) traceplot(estimMG) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.