powered by
The summary method for ai objects
# S3 method for ai summary(object, ...)
ai object from ai function
additional arguments affecting the summary produced
Function summary.ai prints out key summaries on screen
Jason J. Z. Liao, Quantifying an Agreement Study, Int. J. Biostat. 2015; 11(1): 125-133
# 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