View source: R/plot.mnps.2.R View source: R/plot.mnps.R
plot.mnps | R Documentation |
mnps
objectsThis function produces a collection of diagnostic plots for mnps
objects.
## S3 method for class 'mnps'
plot(
x,
plots = "optimize",
pairwiseMax = TRUE,
figureRows = NULL,
color = TRUE,
subset = NULL,
treatments = NULL,
singlePlot = NULL,
multiPage = FALSE,
time = NULL,
print = TRUE,
hline = c(0.1, 0.5, 0.8),
...
)
x |
An |
plots |
An indicator of which type of plot is desired. The options are
|
pairwiseMax |
If |
figureRows |
The number of rows of figures that should be used.
If left as |
color |
If |
subset |
Used to restrict which of the |
treatments |
Only applicable when |
singlePlot |
For Plot calls that produce multiple plots, specifying an integer value of
|
multiPage |
When multiple frames of a figure are produced, |
time |
For use with |
print |
If |
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.
mnps
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.