plot.clos.etm: Plot method for 'clos.etm' objects

Description Usage Arguments Details Value Author(s) See Also

View source: R/plot.clos.etm.R

Description

Plot method for objects of class clos.etm.

Usage

1
2
3
4
5
## S3 method for class 'clos.etm'
plot(x, xlab = "Time", ylab.e = "Expected LOS",
ylab.w = "Weights", xlim, ylim.e, ylim.w, col.e = c(1, 2), col.w = 1,
lty.e = c(1, 1), lty.w = 1, legend = TRUE, legend.pos, curvlab,
legend.bty = "n", ...)

Arguments

x

An object of class clos.etm

xlab

Label for the x-axis

ylab.e

Label for the y-axis in the plot of the expected LOS

ylab.w

Label for the y-axis in the plot of the weights

xlim

Limits of x-axis for the plots

ylim.e

Limits of the y-axis for the expected LOS plot

ylim.w

Limits of the y-axis for the weights plot

col.e

Vector of colours for the plot of expected LOS

col.w

Vector of colours for the plot of the weights

lty.e

Vector of line type for the plot of expected LOS

lty.w

Vector of line type for the plot of the weights

legend

Logical. Whether to draw a legend for the plot of expected LOS

legend.pos

A vector giving the legend's position. See legend for details

curvlab

Character or expression vector to appear in the legend. Default is c("Intermediate event by time t", "No intermediate event by time t")

legend.bty

Box type for the legend

...

Further arguments for plot

Details

Two graphs are drawn. The lower graph displays the expected LOS for patients who have experienced the intermediate event and for those who have not. The upper graph displays the weights used to compute the weighted average.

Value

No value returned

Author(s)

Arthur Allignol arthur.allignol@gmail.com, Matthias Wangler

See Also

clos


etm documentation built on Sept. 8, 2020, 5:06 p.m.