Print Kappa
This is a replacement for the print.Kappa
method in vcd
,
adding display of z
values to the vcd
version and
optional confidence intervals.
## S3 method for class 'Kappa' print(x, digits=max(getOption("digits") - 3, 3), CI=FALSE, level=0.95, ...)
x |
A Kappa object |
digits |
number of digits to print |
CI |
Include confidence intervals in the display? |
level |
confidence level |
... |
Other arguments |
Returns the Kappa object, invisibly.
Michael Friendly
data("SexualFun") Kappa(SexualFun) print(Kappa(SexualFun), CI=TRUE) # stratified 3-way table apply(MSPatients, 3, Kappa)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.