Plot abcsmc results : ESS (Effective Sample Size) over iterations
Usage
plot_ess(data, filename = "ess.png", figtitle = "", colorpal = "Greys")
Arguments
- data
a dataframe containing the estimation results (thresholds over
iterations)
- filename
the file name to be used to save the plots (the extension
defines the format: pdf or png)
- figtitle
the figure title
- colorpal
a palette name as used in the RColorBrewer package
Value
a dataframe and one or several plots in pdf or png format
Examples
# see the abcsmc function help for details on how to plot results