plot.ltdagg | R Documentation |
Display a Histogram, Box-Whisker Diagram and/or empirical Cumulative Distribution Function depicting the Observed Local Treatment Difference (LTD) Distribution across K Clusters.
## S3 method for class 'ltdagg' plot(x, envir, show="all", breaks="Sturges", ...)
x |
An object output by ltdagg() for K = Number of Clusters in baseline X-covariate space. |
envir |
R environment output by a previous call to LCsetup(). |
show |
Choice of "all", "seq", "hist", "boxp", or "ecdf". |
breaks |
Parameter setting for hist(); May be an integer value ...like 25 or 50. |
... |
Other arguments passed on to plot(). |
NULL
Bob Obenchain <wizbob@att.net>
plot.lrcagg
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.