Learn R Programming

vcdExtra (version 0.5-2)

print.Kappa: Print Kappa

Description

This is a replacement for the print.Kappa method in vcd, adding display of z values to the vcd version.

Usage

## S3 method for class 'Kappa':
print(x, ...)

Arguments

x
A Kappa object
...
Other arguments

Value

  • Returns the Kappa object, invisibly.

See Also

confint.Kappa

Examples

Run this code
data("SexualFun")
Kappa(SexualFun)

Run the code above in your browser using DataLab