powered by
This is a replacement for the print.Kappa method in vcd, adding display of z values to the vcd version and optional confidence intervals.
print.Kappa
vcd
z
# S3 method for Kappa print( x, digits = max(getOption("digits") - 3, 3), CI = FALSE, level = 0.95, ... )
Returns the Kappa object, invisibly.
A Kappa object
number of digits to print
Include confidence intervals in the display?
confidence level
Other arguments
Michael Friendly
confint.Kappa
data("SexualFun") Kappa(SexualFun) print(Kappa(SexualFun), CI=TRUE) # stratified 3-way table apply(MSPatients, 3, Kappa)
Run the code above in your browser using DataLab