Learn R Programming

matrixCorr (version 0.8.3)

summary.ccc_lmm_reml: Summary Method for ccc_lmm_reml Objects

Description

Produces a detailed summary of a "ccc_lmm_reml" object, including Lin's CCC estimates and associated variance component estimates per method pair.

Usage

# S3 method for ccc_lmm_reml
summary(
  object,
  digits = 4,
  ci_digits = 2,
  show_ci = c("auto", "yes", "no"),
  ...
)

Value

A data frame of class "summary.ccc_lmm_reml" with columns: method1, method2, estimate, and optionally lwr, upr, as well as variance component estimates: sigma2_subject, sigma2_subject_method, sigma2_subject_time, sigma2_error, sigma2_extra, SB, se_ccc.

Arguments

object

An object of class "ccc_lmm_reml", as returned by ccc_lmm_reml().

digits

Integer; number of decimal places to round CCC estimates and components.

ci_digits

Integer; decimal places for confidence interval bounds.

show_ci

Character string indicating whether to show confidence intervals: "auto" (default) shows only if non-NA CIs exist, "yes" always shows CIs, "no" never shows them.

...

Additional arguments (ignored).