summary | R Documentation |
Summary estimates and statistical tests from single and multi-reader multi-case analyses.
## S3 method for class 'mrmc' summary(object, conf.level = 0.95, ...) ## S3 method for class 'stmc' summary(object, conf.level = 0.95, ...)
object |
object to summarize. |
conf.level |
confidence level for confidence intervals. |
... |
additional arguments affecting the summary. |
The respective method functions return summary.mrmc
and
summary.stmc
class objects.
Object summary.mrmc
is a list of the following elements.
character name of the original data frame supplied for the analysis.
character name of the covariance method.
experimental study design: 1 = factorial, 2 = cases nested within readers, 3 = cases nested within tests.
character names of the analysis factors and reader performance metric.
numeric confidence interval level.
data frame of estimated variances, covariances, and correlations.
data frame of the ANOVA global test of equality.
data frame of pairwise test differences.
data frame of estimated test means.
data frame of (fixed) reader-specific pairwise test differences.
data frame of (fixed) reader-specific test means.
Object summary.stmc
is a numeric vector of the estimated reader
performance mean, standard error, lower confidence limit, and upper
confidence limit.
mrmc
, srmc
, stmc
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.