Skip to contents

Plot Parameters Against Sampled Likelihood

Usage

chlaa_plot_parameter_vs_likelihood(
  fit,
  parameters = NULL,
  burnin = 0.5,
  thin = 1,
  max_points = 2000
)

Arguments

fit

Fit object returned by `chlaa_fit_pmcmc()`.

parameters

Optional parameter subset. Defaults to the first six.

burnin

Burn-in proportion in (0,1) or iteration count.

thin

Thinning interval.

max_points

Maximum sampled posterior rows to plot.

Value

A ggplot object.