| as_survDistr | R Documentation |
S3 generic to coerce supported objects into a survDistr object.
as_survDistr(x, ...)
## S3 method for class 'matrix'
as_survDistr(
x,
times = NULL,
method = "const_surv",
check = TRUE,
trim_dups = FALSE,
...
)
## S3 method for class 'survDistr'
as_survDistr(x, ...)
## Default S3 method:
as_survDistr(x, ...)
x |
Object to convert. |
... |
Additional arguments passed to methods. |
times |
( |
method |
( |
check |
( |
trim_dups |
( |
A survDistr object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.