| summary.ccc_rm_reml | R Documentation |
ccc_rm_reml ObjectsProduces a detailed summary of a "ccc_rm_reml" object, including
Lin's CCC estimates and associated variance component estimates per method pair.
## S3 method for class 'ccc_rm_reml'
summary(
object,
digits = 4,
ci_digits = 2,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
## S3 method for class 'summary.ccc_rm_reml'
print(
x,
digits = NULL,
n = NULL,
topn = NULL,
max_vars = NULL,
width = NULL,
show_ci = NULL,
...
)
object |
An object of class |
digits |
Integer; number of decimal places to round CCC estimates and components. |
ci_digits |
Integer; decimal places for confidence interval bounds. |
n |
Optional row threshold for compact preview output. |
topn |
Optional number of leading/trailing rows to show when truncated. |
max_vars |
Optional maximum number of visible columns; |
width |
Optional display width; defaults to |
show_ci |
Character string indicating whether to show confidence
intervals: |
... |
Passed to |
x |
An object of class |
A data frame of class "summary.ccc_rm_reml" with columns:
item1, item2, estimate, and optionally lwr,
upr, plus canonical repeated-measures counts n_subjects and
n_obs. Method-specific columns retain the scientific variance
component outputs: sigma2_subject, sigma2_subject_method,
sigma2_subject_time, sigma2_error, sigma2_extra,
SB, and se_ccc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.