plot.npCBPS {CBPS} | R Documentation |
Calls the appropriate plot function, based on the number of treatments
Description
Calls the appropriate plot function, based on the number of treatments
Usage
## S3 method for class 'npCBPS'
plot(x, covars = NULL, silent = TRUE, ...)
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 |
... |
Additional arguments to be passed to balance. |
[Package CBPS version 0.23 Index]