print.icclist: Default printing function for ICC results

Description Usage Arguments Details Author(s) See Also Examples

Description

Prints the results of the ICC computation.

Usage

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

Arguments

x

a list with class '"icclist"' containing the results of the ICC computation.

...

further arguments passed to or from other methods.

Details

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

Author(s)

Matthias Gamer

See Also

icc

Examples

1
2
3
data(anxiety)
# "print.icclist" is the default printing function of "icc"
icc(anxiety, model="twoway", type="agreement")

Example output

Loading required package: lpSolve
 Single Score Intraclass Correlation

   Model: twoway 
   Type : agreement 

   Subjects = 20 
     Raters = 3 
   ICC(A,1) = 0.198

 F-Test, H0: r0 = 0 ; H1: r0 > 0 
 F(19,39.7) = 1.83 , p = 0.0543 

 95%-Confidence Interval for ICC Population Values:
  -0.039 < ICC < 0.494

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

Related to print.icclist in irr...