Computes robust (sandwich) standard errors for the cumulative baseline
hazard from a phreg object.
Summarizes cumulative baseline hazard estimates from a phreg object, optionally with robust standard errors.
Computes confidence intervals using log or plain transformations, with optional restrictions to positive values or probability scale.
robust.basehaz.phreg(x, type = "robust", fixbeta = NULL, ...)summarybase.phreg(object, robust = FALSE, ...)
conftype(
x,
std.err,
conf.type = c("log", "plain"),
restrict = c("positive", "prob", "none"),
conf.int = 0.95
)
A list with cumhaz, se.cumhaz, and strata.
An object of class "summary.recurrent".
A list with upper, lower, conf.type, and conf.int.
point estimate(s).
type of standard error (default "robust").
if non-NULL, fixes beta at given value.
additional arguments.
a phreg object.
logical; if TRUE, uses robust standard errors.
standard error(s).
type of transformation: "log" or "plain".
restriction: "positive", "prob", or "none".
confidence level (default 0.95).