plot.glsPower | R Documentation |
glsPower
Up to four plots (selectable by which
) that visualise:
the contribution of each cluster-period cell to the treatment effect estimator,
the information content of each cluster-period cell,
the treatment status for each cluster for each time point and
the covariance matrix. By default, only the first two plots are returned.
## S3 method for class 'glsPower'
plot(
x,
which = NULL,
show_colorbar = NULL,
annotations = NULL,
annotation_size = NULL,
marginal_plots = TRUE,
...
)
x |
object of class glsPower |
which |
Specify a subset of the numbers |
show_colorbar |
logical, should the colorbars be shown? |
annotations |
logical, should the cell contributions be annotated in the Plot? |
annotation_size |
font size of annotation in influence plots |
marginal_plots |
should the influence of whole periods, clusters also be plotted? |
... |
Arguments to be passed to methods |
a list of plotly html widgets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.