| summary.surveff | R Documentation |
Summary Method for surveff Objects
## S3 method for class 'surveff'
summary(
object,
conf_level = 0.95,
max.len = 6,
round.digits = 4,
style = "prints",
...
)
object |
A |
conf_level |
Confidence level for intervals. Default 0.95. |
max.len |
Maximum number of rows (time points) to print. Default 6.
Only used if |
round.digits |
Number of digits for rounding displayed values. Default 4.
Only used if |
style |
Output style: "prints" (print formatted tables) or "returns" (return list of matrices). Default "prints". |
... |
Additional arguments (ignored). |
If style = "prints", returns invisibly. If style = "returns",
returns a list with:
survival_summary |
List of matrices, one per treatment group, with columns: Time, Estimate, SE, CI.lower, CI.upper |
difference_summary |
List of matrices, one per contrast, with same columns. NULL if no contrasts estimated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.