plot.trafo.tramME {tramME} | R Documentation |
trafo.tramME
objectsPlotting method for trafo.tramME
objects
## S3 method for class 'trafo.tramME' plot(x, col = 1, fill = "lightgrey", lty = 1, add = FALSE, ...)
x |
A |
col |
Line colors, recycled if shorter than the size of the
|
fill |
Fill color for the confidence intervals. |
lty |
Line types. |
add |
If |
... |
Additional arguments, passed to |
The original trafo.tramME
object, invisibly.
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")