print.expertsurv | R Documentation |
fit.models
Prints the summary table for the model(s) fitted, with the estimate of the
parameters - ported from survHE
.
## S3 method for class 'expertsurv'
print(x, mod = 1, ...)
x |
the |
mod |
is the index of the model. Default value is 1, but the user can choose which model fit to visualise, if the call to fit.models has a vector argument for distr (so many models are fitted & stored in the same object) |
... |
additional options, including: |
Gianluca Baio
Baio.2020expertsurv
## Not run:
mle = example1 <- fit.models.expert(formula=Surv(time2,status2)~1,data=data2,
distr=c("wph", "gomp"),
method="mle",
pool_type = "log pool",
opinion_type = "survival",
times_expert = timepoint_expert,
param_expert = param_expert_example1)
print(mle)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.