plot.mlme.data {LocalControlStrategy} | R Documentation |
Display Pair(s) of Histograms of Local effect-size (LTD or LRC) Distributions for a specified Number (or combination of Numbers) of "Nearest-Neighbors in X-confounder Space.
## S3 method for class 'mlme.data' plot(x, NN=50, breaks=50, ...)
x |
An object output by mlme.data(). Always use "plot( x, NN = nk, breaks = br )" when nk != 50 || br != 50. Note thyat "plot( x )" uses the default values of both NN and breaks. |
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 Top Histogram. Bottom Histogram always uses breaks = "Sturges". |
... |
Other arguments passed on to plot(). |
NULL
Bob Obenchain <wizbob@att.net>