mlme.stats {LocalControlStrategy} | R Documentation |
Print Summary Statistics for Local effect-size (LTD or LRC) Distributions associated with given Numbers of "Nearest-Neighbors" in X-confounder Space.
mlme.stats(x, NN = 50, ...)
x |
An object output by mlme.data(). |
NN |
Number(s) of "Nearest Neighbors" displayed in Histogram(s). NN can be either a single integer like NN = 40 or a combination of integers like NN = c( 50, 250, 2500 ). |
... |
Other arguments passed on to print(). |
NULL
Bob Obenchain <wizbob@att.net>