endpoint.tstab | R Documentation |
This function calls endpoint.profile
to compute
the endpoint with profile likelihood confidence intervals
at each threshold. It then returns a data frame and
a plot
endpoint.tstab(
time,
time2 = NULL,
event = NULL,
thresh = 0,
type = c("right", "left", "interval", "interval2"),
ltrunc = NULL,
rtrunc = NULL,
weights = rep(1, length(time)),
psi = NULL,
confint = FALSE,
level = 0.95,
arguments = NULL,
plot = TRUE,
...
)
prof_gp_endpt(
time,
time2 = NULL,
event = NULL,
thresh = 0,
type = c("right", "left", "interval", "interval2"),
ltrunc = NULL,
rtrunc = NULL,
weights = rep(1, length(time)),
psi = NULL,
confint = FALSE,
level = 0.95,
arguments = NULL,
...
)
time |
excess time of the event of follow-up time, depending on the value of event |
time2 |
ending excess time of the interval for interval censored data only. |
event |
status indicator, normally 0=alive, 1=dead. Other choices are |
thresh |
vector of thresholds |
type |
character string specifying the type of censoring. Possible values are " |
ltrunc |
lower truncation limit, default to |
rtrunc |
upper truncation limit, default to |
weights |
weights for observations |
psi |
mandatory vector of endpoints at which to compute the profile |
confint |
logical; if |
level |
numeric; the level for the confidence intervals |
arguments |
a named list specifying default arguments of the function that are common to all |
plot |
logical; if |
... |
additional parameters, currently ignored |
a data frame with the threshold, endpoint estimates and profile confidence intervals
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.