summary.report: Summarize an Agreement Object

Description Usage Arguments Author(s) See Also Examples

View source: R/summary.report.R

Description

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

Usage

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

Arguments

object

The name of an object of class report.

...

Arguments passed to the print method.

Author(s)

Yue Yu <yyu@imyy.net>

See Also

summary.agreement, agreement

Examples

1
2
3
4
5
6
data(DCLHb);
HemocueAve <- apply(DCLHb[,c("HEMOCUE1","HEMOCUE2")],1,mean);
SigmaAve <- apply(DCLHb[,c("SIGMA1","SIGMA2")],1,mean);

agr=agreement(y=HemocueAve,x=SigmaAve,V_label="Hemacue",H_label="Sigma",min=0,max=2000,by=250,CCC_a=0.9775,CP_a=0.9,TDI_a=150,error="const",target="random",dec=3,alpha=0.05);
summary(agr);

Example output

Loading required package: R2HTML
Agreement Statistics
    CCC Precision Accuracy     TDI     CP RBS
 0.9866    0.9867   0.9999 127.487 0.9463   0

95% Confidence Limits
    CCC Precision Accuracy     TDI     CP RBS
 0.9838    0.9839   0.9989 136.388 0.9276   .

Allowance
    CCC Precision Accuracy TDI  CP RBS
 0.9775         .        . 150 0.9   .

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