summary.tir_iir: Summarize an TIR and IIR Object

Description Usage Arguments Author(s) See Also Examples

View source: R/summary.tir_iir.R

Description

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

Usage

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

Arguments

object

The name of an object of class tir_iir.

...

Arguments passed to the print method.

Author(s)

Yue Yu <yyu@imyy.net>

See Also

TIR_IIR

Examples

1
2
3
4
data(DCLHb);

TI <- TIR_IIR(dataset=DCLHb, var=c("HEMOCUE1","HEMOCUE2","SIGMA1","SIGMA2"), k=2, m=2, TIR_test="1,2", TIR_ref="All", IIR_test="1", IIR_ref="2", error="const", alpha=0.05, TIR_a=2.25);
summary(TI);

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