prof_gp_shape | R Documentation |
This internal function is used to produce threshold stability plots.
prof_gp_shape(
mle = NULL,
time,
time2 = NULL,
event = NULL,
thresh,
ltrunc = NULL,
rtrunc = NULL,
type = c("right", "left", "interval", "interval2"),
level = 0.95,
psi = NULL,
weights = NULL,
confint = TRUE,
arguments = NULL,
...
)
mle |
an object of class |
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 |
ltrunc |
lower truncation limit, default to |
rtrunc |
upper truncation limit, default to |
type |
character string specifying the type of censoring. Possible values are " |
level |
level of the confidence interval |
weights |
weights for observations |
confint |
logical; if |
arguments |
a named list specifying default arguments of the function that are common to all |
... |
additional arguments for optimization, currently ignored. |
if confint=TRUE
, a vector of length three with the maximum likelihood of the shape and profile-based confidence interval
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.