Learn R Programming

twangContinuous (version 1.0.0)

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

x

`ps.cont` object

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.

...

Additional arguments.

Value

Returns diagnostic plots for `ps.cont` objects.

See Also

[ps.cont]

Examples

Run this code
# NOT RUN {
   
# }
# NOT RUN {
plot(test.mod)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab