plot.ps.cont: Plot the `ps.cont` object.
Description
This function produces a collection of diagnostic plots for `ps.cont` objects.
Usage
# S3 method for ps.cont
plot(x, plots = "optimize", subset = NULL, ...)
Arguments
plots
An indicator of which type of plot is desired. The options are
* `"optimize"` A plot of the balance criteria as a function of the GBM
iteration.
* `"es"` Plots of the standardized effect size of the pre-treatment
variables before and after weighting
subset
Used to restrict which of the `stop.method`s will be used
in the figure.
Value
Returns diagnostic plots for `ps.cont` objects.
Examples
Run this code# NOT RUN {
# }
# NOT RUN {
plot(test.mod)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab