plot.ps.cont {twangContinuous} | R Documentation |
Plot the 'ps.cont' object.
Description
This function produces a collection of diagnostic plots for 'ps.cont' objects.
Usage
## S3 method for class '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
## Not run: plot(test.mod)
[Package twangContinuous version 1.0.0 Index]