PredictSurvFit | R Documentation |
SurvFit
objectsThis is the generic predict
S3 method for the SurvFit
class.
It provides predicted survival rate for "SD" or "IT" models under constant or time-variable exposure.
prediction on constant exposure profile
Note: On constant exposure profiles, the results is explicit (exact), so you don't have to profile
predict_SurvFitCstExp(
fit,
display.exposure = NULL,
hb_value = NULL,
interpolate_length = NULL,
...
)
predict_cstSD(
display.exposure = NULL,
display.parameters = NULL,
hb_value = NULL,
interpolate_length = NULL
)
predict_cstIT(
display.exposure = NULL,
display.parameters = NULL,
hb_value = NULL,
interpolate_length = NULL
)
predict_SurvFitVarExp(
fit,
display.exposure = NULL,
hb_value = NULL,
interpolate_length = NULL,
interpolate_method = "linear",
...
)
predict_varSD(
display.exposure = NULL,
display.parameters = NULL,
hb_value = NULL,
interpolate_length = NULL,
interpolate_method = NULL
)
predict_varIT(
display.exposure = NULL,
display.parameters = NULL,
hb_value = NULL,
interpolate_length = NULL,
interpolate_method = NULL
)
predict(fit, ...)
## S3 method for class 'SurvFit'
predict(
fit,
display.exposure = NULL,
hb_value = NULL,
interpolate_length = NULL,
interpolate_method = "linear",
...
)
fit |
an object of class |
display.exposure |
concentration points on which prediction is done |
hb_value |
a numeric used as |
interpolate_length |
if |
... |
Further arguments to be passed to generic methods |
display.parameters |
parameters of the specific model. |
interpolate_method |
The interpolation method for concentration.
See package |
a list
of data.frame
with the quantiles of outputs in
df_quantiles
or all the MCMC chains df_spaghetti
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.