Forest plot

spim_plot_forest(
  dat,
  regions = NULL,
  plot_type = "all",
  subset = NULL,
  nrow = 4,
  par_labels = list()
)

Arguments

dat

Combined data from spim_combined_load

regions

Vector of regions to plot. By default, all regions found in dat will be used (except aggregate regions, such as england/uk)

plot_type

The type of parameters to plot: all would plot all parameters, betas would just plot betas, non_betas would plot all non-beta parameters, subset allows specifying a subset of the parameters

subset

A vector of parameter names to plot if subset is selected for plot_type. Otherwise can just be set to NULL (the default)

nrow

An integer number for rows in plot.

par_labels

A list of labels to use for parameters, any parameter not listed will just have a label matching its name

Value

Nothing, called for side effects