Learn R Programming

Agreement (version 0.8-1)

summary.tir_iir: Summarize an TIR and IIR Object

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

"summary"(object, ...)

Arguments

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

See Also

TIR_IIR

Examples

Run this code
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);

Run the code above in your browser using DataLab