View source: R/multisynth_class.R
plot.multisynth | R Documentation |
Plot function for multisynth
## S3 method for class 'multisynth'
plot(
x,
inf_type = "bootstrap",
inf = T,
levels = NULL,
label = T,
weights = FALSE,
...
)
x |
Augsynth object to be plotted |
inf_type |
Type of inference to perform:
|
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.