powered by
Uses stan's traceplot function to draw the traceplots for the relevant parameters of the estimated model.
# S4 method for pandemicEstimated traceplot(object, waves = 1:object$n_waves, ...)
Output of the pandemic_model function
pandemic_model
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 traceplot function
traceplot
pandemic_model and traceplot
# NOT RUN { dataMG = load_covid("Brazil","MG") estimMG = pandemic_model(dataMG) traceplot(estimMG) # }
Run the code above in your browser using DataLab