plot.mlme.data {LocalControlStrategy}R Documentation

Display a Pair (or Pairs) of Histograms showing the 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 combination of Numbers) of "Nearest-Neighbors in X-confounder Space.

Usage

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

Arguments

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

Value

NULL

Author(s)

Bob Obenchain <wizbob@att.net>

See Also

print.mlme.data,mlme.data


[Package LocalControlStrategy version 1.3.3 Index]