plot.ltdagg {NU.Learning}R Documentation

Display Visualizations of an Observed LTD Distribution in NU.Learning

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 class '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 NUsetup().

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

Author(s)

Bob Obenchain <wizbob@att.net>

See Also

plot.lrcagg


[Package NU.Learning version 1.5 Index]