S3 methods for lines
# S3 method for stpm2
lines(x, newdata = NULL, type = "surv", col = 1, ci.col= "grey",
lty = par("lty"), ci = FALSE, rug = FALSE, var = NULL,
exposed = incrVar(var), times = NULL, ...)
# S3 method for pstpm2
lines(x, newdata = NULL, type = "surv", col = 1,
ci.col= "grey",
lty = par("lty"), ci = FALSE, rug = FALSE, var = NULL,
exposed = incrVar(var), times = NULL, ...)
an stpm2
object
required list of new data. This defines the unexposed newdata (excluding the event times).
specify the type of prediction
line colour
line type
confidence interval colour
whether to plot the confidence interval band (default=TRUE)
whether to add a rug plot of the event times to the current plot (default=TRUE)
specify the variable name or names for the exposed/unexposed (names are given as characters)
function that takes newdata and returns the exposed
dataset. By default, this increments var
specifies the times. By default, this uses a span of the observed times.
additional arguments (add to the plot
command)