plot.npCBPS: Calls the appropriate plot function, based on the number of...

Description Usage Arguments

View source: R/npCBPS.R

Description

Calls the appropriate plot function, based on the number of treatments

Usage

1
2
## 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 CBPS or npCBPS.

covars

Indices of the covariates to be plotted (excluding the intercept). For example, if only the first two covariates from balance are desired, set covars to 1:2. The default is NULL, which plots all covariates.

silent

If set to FALSE, returns the imbalances used to construct the plot. Default is TRUE, which returns nothing.

...

Additional arguments to be passed to balance.


CBPS documentation built on Jan. 19, 2022, 1:07 a.m.

Related to plot.npCBPS in CBPS...