boxplot.ps: Boxplots for ps objects

Description Usage Arguments Details References See Also

View source: R/boxplot.ps.R

Description

This function produces a collection of diagnostic plots for ps objects.

Usage

1
2
3
 
## S3 method for class 'ps'
boxplot(x, subset=NULL, color = TRUE, time = NULL, ...)

Arguments

x

A ps object

subset

If multiple stop.method rules were used in the ps() call, subset restricts the plots of a subset of the stopping rules that were employed. This argument expects a subset of the integers from 1 to k, if k stop.methods were used.

color

If set to FALSE, grayscale figures will be produced

time

Used to specify a subset of times for use with the iptw function. Ignored for standard ps fits.

...

Additional arguments that may be passed to the underlying lattice package plotting functions

Details

This function produces lattice-style graphics of diagnostic plots.

References

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.

See Also

ps


twang documentation built on May 2, 2019, 6:53 p.m.

Related to boxplot.ps in twang...