Skip to contents

Prints a condensed, headline-style summary of an object of class "ctt" returned by ctt(), following the same brief/full print-summary split used by est_irt() (compare print.est_irt() vs. summary.est_irt()/print.summary.est_irt()).

Usage

# S3 method for class 'ctt'
print(x, digits = 3, ...)

Arguments

x

An object of class "ctt", as returned by ctt().

digits

Number of decimal places used when rounding numeric values for display. Default is 3. Note that the item- and test-level statistics bundled into x are already rounded to 3 decimal places before ctt() returns them, so a digits value greater than 3 here cannot recover precision that was already discarded upstream.

...

Additional arguments passed to or from other methods (currently not used).

Value

x, invisibly.

See also

Author

Hwanggyu Lim hglim83@gmail.com