print.kap1: print objects of the class kap1

View source: R/multiagree.R

print.kap1R Documentation

print objects of the class kap1

Description

print objects of the class kap1

Usage

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

Arguments

x

Kappa coefficient and 95% confidence interval

...

further arguments

Details

This function prints kappa coefficients and 95% confidence intervals

Author(s)

Sophie Vanbelle sophie.vanbelle@maastrichtuniversity.nl

Examples

 
#dataset (Vanbelle and Albert, 2008)

data(depression)
attach(depression)
a<-boot.pair(data=cbind(diag,BDI),cluster_id=ID,weight="unweighted",ITN=2000)
print(a)


svanbelle/multiagree documentation built on Feb. 9, 2023, 2:37 p.m.