plot.mlme {NU.Learning} | R Documentation |
Display a Pair (or Pairs) of Histograms showing LOCAL effect-sizes for Patients "Most-Like-Me".
Description
Display Pair(s) of Histograms of Local effect-size (LTD or LRC) Distributions for a specified Number (or combinations of Numbers) of "Nearest-Neighbors in X-confounder Space.
Usage
## S3 method for class 'mlme'
plot(x, NN=50, breaks=50, ...)
Arguments
x |
An object output by mlme(). |
NN |
Number(s) of Nearest Neighbors displayed in Bottom Histogram(s). NN can be a single integer like NN = 40 or a combination of integers like NN = c( 50, 250, 2500 ). |
breaks |
Integer number of breaks in the Top Histogram for the full LTD or LRC distribution. Because the Bottom Histogram may include only a few Nearest Neighbors, it is always displayed using breaks = "Sturges". |
... |
Other arguments passed on to plot(). |
Value
NULL
Author(s)
Bob Obenchain <wizbob@att.net>
See Also
[Package NU.Learning version 1.5 Index]