Learn R Programming

AgreementInterval (version 0.1.1)

summary.ai: summary.ai

Description

The summary method for ai objects

Usage

# S3 method for ai
summary(object, ...)

Arguments

object

ai object from ai function

...

additional arguments affecting the summary produced

Value

Function summary.ai prints out key summaries on screen

References

Jason J. Z. Liao, Quantifying an Agreement Study, Int. J. Biostat. 2015; 11(1): 125-133

Examples

Run this code
# NOT RUN {
a <- c(1, 2, 3, 4, 7)
b <- c(1, 3, 2, 5, 3)
ans <- ai(x=a, y=b)
summary(ans)
# }

Run the code above in your browser using DataLab