print.mlme.data {LocalControlStrategy}R Documentation

Print Summary Statistics for One or More "Most-Like-Me" Histogram Pairs.

Description

Print Summary Statistics for Local effect-size (LTD or LRC) Distributions associated with given Numbers of "Nearest-Neighbors" in X-confounder Space.

Usage

  ## S3 method for class 'mlme.data'
print( x, NN = 50, ...)

Arguments

x

An object output by mlme.data(). Always use "print( x, NN = nk )" when nk != 50. NOTE that the commands "x" and "print( x )" both default to NN = 50.

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

Value

NULL

Author(s)

Bob Obenchain <wizbob@att.net>

See Also

plot.mlme.data,mlme.data


[Package LocalControlStrategy version 1.3.3 Index]