Learn R Programming

LocalControlStrategy (version 1.3.1)

plot.ltdagg: Display Visualizations of an Observed LTD Distribution in Local Control Strategy

Description

Display a Histogram, Box-Whisker Diagram and/or empirical Cumulative Distribution Function depicting the Observed Local Treatment Difference (LTD) Distribution across K Clusters.

Usage

# S3 method for ltdagg
plot(x, envir, show="all", breaks="Sturges", …)

Arguments

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().

Value

NULL

See Also

plot.lrcagg