print.icclist {irr}R Documentation

Default printing function for ICC results

Description

Prints the results of the ICC computation.

Usage

  ## 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

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

[Package irr version 0.84.1 Index]