Lines method for etm
objects
# S3 method for etm
lines(x, tr.choice, col = 1, lty,
conf.int = FALSE, level = 0.95, ci.fun = "linear",
ci.col = col, ci.lty = 3, ...)
No value returned.
An object of class etm
.
character vector of the form c("from to","from to")
specifying which transitions should be plotted. By default, all the
direct transition probabilities are plotted
Vector of colours. Default is black.
Vector of line type. Default is 1:number of transitions
Logical specifying whether to plot confidence intervals. Default is FALSE.
Level of the confidence interval. Default is 0.95.
Transformation applied to the confidence intervals. It
could be different for all transition probabilities, though if
length(ci.fun) != number of transitions
, only ci.fun[1]
will be used. Possible choices are "linear", "log", "log-log" and
"cloglog". Default is "linear".
Colours of the confidence intervals. Default value is
the same as col
.
Line types for the confidence intervals. Default is 3.
Further arguments for lines
.
Arthur Allignol, arthur.allignol@gmail.com
etm
, plot.etm
, xyplot.etm