plotcomp
Plots just the comparison of the forward simulation fit to the data.
plotcomp(sim, errtype = "95", max.plot = 10)
sim
: is list produced by runtsir or mcmctsirerrtype
: is the type of error bands to show. Defaults to '95' for 95 percent CI, the other option is 'sd' to standard deviation.max.plot
: the number of individual stochastic simulations to plot. Defaults to 10.Useful links