plot.trafo.tramME {tramME}R Documentation

Plotting method for trafo.tramME objects

Description

Plotting method for trafo.tramME objects

Usage

## S3 method for class 'trafo.tramME'
plot(x, col = 1, fill = "lightgrey", lty = 1, add = FALSE, ...)

Arguments

x

A trafo.tramME object.

col

Line colors, recycled if shorter than the size of the trafo.tramME object.

fill

Fill color for the confidence intervals.

lty

Line types.

add

If TRUE add to an existing plot.

...

Additional arguments, passed to plot or lines.

Value

The original trafo.tramME object, invisibly.

Examples

data("sleepstudy", package = "lme4")
fit <- BoxCoxME(Reaction ~ Days + (Days | Subject), data = sleepstudy)
tr <- trafo(fit, type = "trafo", confidence = "interval", K = 100)
plot(tr, col = 2, main = "Trafo")

[Package tramME version 0.0.3 Index]