print.irrlist: Default printing function for various coefficients of...

Description Usage Arguments Details Author(s) See Also Examples

Description

Prints the results of various functions computing coefficients of interrater reliability.

Usage

1
2
  ## S3 method for class 'irrlist'
print(x, ...)

Arguments

x

a list with class '"irrlist"' containing the results of the interrater reliability computation.

...

further arguments passed to or from other methods.

Details

'"print.irrlist"' is only a printing function and is usually not called directly.

Author(s)

Matthias Gamer

See Also

bhapkar, finn, iota, kappa2, kappam.fleiss, kappam.light, kripp.alpha, kendall, maxwell, meancor, meanrho, rater.bias, robinson, stuart.maxwell

Examples

1
2
3
4
data(anxiety)
# "print.irrlist" is the default printing method of various functions, e.g.
finn(anxiety, 6)
meancor(anxiety)

Example output

Loading required package: lpSolve
 Finn-Coefficient (Model=oneway)

 Subjects = 20 
   Raters = 3 
     Finn = 0.446 

F(Inf,40) = 1.8 
  p-value = 0.01 
 Mean of bivariate correlations R

 Subjects = 20 
   Raters = 3 
        R = 0.224 

        z = 0.922 
  p-value = 0.357 

irr documentation built on May 2, 2019, 8:50 a.m.

Related to print.irrlist in irr...