powered by
Tidy a survstan object
# S3 method for survstan tidy(x, conf.int = FALSE, conf.level = 0.95, ...)
a tibble with a summary of the fit.
a fitted model object.
Logical indicating whether or not to include a confidence interval in the tidied output. Defaults to FALSE.
the confidence level required.
further arguments passed to or from other methods.
Convert a fitted model into a tibble.
# \donttest{ library(survstan) fit <- aftreg(Surv(futime, fustat) ~ ecog.ps + rx, data = ovarian, baseline = "weibull") tidy(fit) # }
Run the code above in your browser using DataLab