Learn R Programming

Agreement (version 0.8-1)

summary.unified_agreement: Summarize a Unified Agreement Object

Description

This function is a method for summary for a unified agreement object class unified_agreement, which can be get from function unified.agreement.

Usage

"summary"(object, ...)

Arguments

object
The name of an object of class unified_agreement.
...
Arguments passed to the print method.

See Also

unified.agreement

Examples

Run this code
data(DCLHb);
ua <- unified.agreement(dataset=DCLHb, var=c("HEMOCUE1","HEMOCUE2","SIGMA1","SIGMA2"), k=2, m=2, CCC_a_intra=0.9943, CCC_a_inter=0.9775, CCC_a_total=0.9775, CP_a=0.9, tran=1, TDI_a_intra=75, TDI_a_inter=150, TDI_a_total=150, error="const", dec=1, alpha=0.05);
summary(ua);

Run the code above in your browser using DataLab