plot.iptw | R Documentation |
iptw
objectsThis function produces a collection of diagnostic plots for iptw
objects.
## S3 method for class 'iptw'
plot(
x,
plots = "optimize",
subset = NULL,
color = TRUE,
timePeriods = NULL,
multiPage = FALSE,
figureRows = NULL,
hline = c(0.1, 0.5, 0.8),
...
)
x |
An |
plots |
An indicator of which type of plot is desired. The options are
|
subset |
Used to restrict which of the |
color |
If |
timePeriods |
The number of distinct time points. If |
multiPage |
When multiple frames of a figure are produced, |
figureRows |
The figure rows, passed to displayPlots. Default: |
hline |
Arguments passed to |
... |
Additional arguments. |
This function produces lattice-style graphics of diagnostic plots.
Dan McCaffrey, G. Ridgeway, Andrew Morral (2004). "Propensity Score Estimation with Boosted Regression for Evaluating Adolescent Substance Abuse Treatment", Psychological Methods 9(4):403-425.
iptw
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.