xyplot.etm {etm}R Documentation

xyplot method for object of class 'etm'

Description

xyplot function for objects of class etm. Estimates of the transition probabilities are plotted as a function of time for all the transitions specified by the user.

Usage

## S3 method for class 'etm':
xyplot(x, data = NULL, tr.choice = "all", col = 1, lty = 1, xlab =
"Time", ylab = "Estimated Transition probability", ...)

Arguments

x An object of class etm.
data Useless.
tr.choice A character vector of the form c("from to", "from to", ...) specifying the transition probabilities to be plotted. By default, all the transition probabilities are displayed.
col Color of the curve.
lty Type of the line.
xlab x-axis label. Default is "Time".
ylab y-axis label. Default is "Estimated transition probability".
... Further arguments for xyplot.

Value

An object of class trellis.

Author(s)

Arthur Allignol, arthur.allignol@fdm.uni-freiburg.de

See Also

etm, xyplot


[Package etm version 0.3-7 Index]