print.kap: print objects of the class kap

View source: R/multiagree.R

print.kapR Documentation

print objects of the class kap

Description

print objects of the class kap

Usage

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

Arguments

x

outputs from the Hotelling's T^2 test

...

further arguments

Details

This function prints the outputs from Hotelling's T square test

Author(s)

Sophie Vanbelle sophie.vanbelle@maastrichtuniversity.nl

Examples

 
#dataset (not multilevel) (Vanbelle and Albert,2008)

set.seed(103) #to get the same results as in the paper
data(depression)
attach(depression)
a<-boot.pair(data=cbind(diag,BDI,diag,GHQ),cluster_id=ID,weight='unweighted',ITN=1000)
print(a)


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