plot.CBPSContinuous {CBPS} | R Documentation |
Plot the pre-and-post weighting correlations between X and T
Description
Plot the pre-and-post weighting correlations between X and T
Usage
## S3 method for class 'CBPSContinuous'
plot(x, covars = NULL, silent = TRUE, boxplot = FALSE, ...)
Arguments
x |
an object of class “CBPS” or “npCBPS”, usually, a
result of a call to |
covars |
Indices of the covariates to be plotted (excluding the intercept). For example,
if only the first two covariates from |
silent |
If set to |
boxplot |
If set to |
... |
Additional arguments to be passed to balance. |
[Package CBPS version 0.23 Index]