plot.multisynth: Plot function for multisynth

View source: R/multisynth_class.R

plot.multisynthR Documentation

Plot function for multisynth

Description

Plot function for multisynth

Usage

## S3 method for class 'multisynth'
plot(
  x,
  inf_type = "bootstrap",
  inf = T,
  levels = NULL,
  label = T,
  weights = FALSE,
  ...
)

Arguments

x

Augsynth object to be plotted

inf_type

Type of inference to perform:

  • bootstrapWild bootstrap, the default option

  • jackknifeJackknife

inf

Whether to compute and plot confidence intervals

levels

Which units/groups to plot, default is every group

label

Whether to label the individual levels

weights

Whether to plot the weights, default = FALSE

...

Optional arguments


ebenmichael/augsynth documentation built on March 20, 2024, 5:20 a.m.