Usage
## S3 method for class 'mvna':
xyplot(x, data = NULL, xlab = "Time",
ylab = "Cumulative Hazard", tr.choice = "all",
conf.int = TRUE, ci.type = c(1, 2), level = 0.05,
col = c(1, 1, 1), lty = c(1, 3, 3), ...)
Arguments
x
An object of class 'mvna'.
data
Useless. Just to avoid warnings while
compiling the package.
xlab
x-axis label. Default is "Time".
ylab
y-axis label. Default is "Cumulative Hazard"
tr.choice
A character vector of the form 'c("from to","from
to")' specifying which transitions should be plotted. Default is "all".
conf.int
A logical whether plot pointwise confidence
interval. Default is TRUE
ci.type
A vector of 2 integer coding for the confidence
interval type. The first part of the vector can be 1 or 2, 1 for
the variance estimator described in eq. (4.1.6) of Andersen et
al. (1993), 2 for the one described in eq. (4.1.7). The second part
level
Level of the confidence interval. Default is 0.05.
col
Vector of colour for the plot. Default is black.
lty
Vector of line type. Default is c(1,3,3)
...
Other arguments for xyplot