Summary Method for surveff Objects
# S3 method for surveff
summary(
object,
conf_level = 0.95,
max.len = 6,
round.digits = 4,
style = "prints",
...
)If style = "prints", returns invisibly. If style = "returns",
returns a list with:
List of matrices, one per treatment group, with columns: Time, Estimate, SE, CI.lower, CI.upper
List of matrices, one per contrast, with same columns. NULL if no contrasts estimated.
A surveff object.
Confidence level for intervals. Default 0.95.
Maximum number of rows (time points) to print. Default 6.
Only used if style = "prints".
Number of digits for rounding displayed values. Default 4.
Only used if style = "prints".
Output style: "prints" (print formatted tables) or "returns" (return list of matrices). Default "prints".
Additional arguments (ignored).