summary.unified_agreement: Summarize a Unified Agreement Object

Description Usage Arguments Author(s) See Also Examples

View source: R/summary.unified_agreement.R

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

1
2
## S3 method for class 'unified_agreement'
summary(object, ...)

Arguments

object

The name of an object of class unified_agreement.

...

Arguments passed to the print method.

Author(s)

Yue Yu <yyu@imyy.net>

See Also

unified.agreement

Examples

1
2
3
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);

Example output

Loading required package: R2HTML
 Type  Statistics      CCC    Precision Accuracy TDI   CP     RBS   
 Intra Estimate        0.9986 0.9986    .        41.1  0.9973 .     
       95% Conf. Limit 0.9983 0.9983    .        46.2  0.9949 .     
       Allowance       0.9943 0.9943    .        75    0.9    .     
 Inter Estimate        0.9866 0.9866    1        127.3 0.9474 .     
       95% Conf. Limit 0.9825 0.9825    0.9987   145.9 0.9228 .     
       Allowance       0.9775 .         .        150   0.9    .     
 Total Estimate        0.9859 0.986     1        130.5 0.9412 0.0028
       95% Conf. Limit 0.9818 0.9818    0.9987   148.9 0.916  .     
       Allowance       0.9775 .         .        150   0.9    .     

Agreement documentation built on May 29, 2017, 3:30 p.m.