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 byctt().- digits
Number of decimal places used when rounding numeric values for display. Default is
3. Note that the item- and test-level statistics bundled intoxare already rounded to 3 decimal places beforectt()returns them, so adigitsvalue greater than 3 here cannot recover precision that was already discarded upstream.- ...
Additional arguments passed to or from other methods (currently not used).
Author
Hwanggyu Lim hglim83@gmail.com
