Skip to contents

This function plots the distribution of accepted samples.

Usage

gridPlot(data, plot = c("posterior", "conditional"), cutoff = 0.05)

Arguments

data

A data frame generated by gridSearch.

plot

If posterior, plots a density plot for each non-fixed parameter. If conditional, plots the accepted samples by different balance levels.

cutoff

The KS distance cutoff for accepting the ABC samples.

Value

A ggplot2 object.