Displays the complete classical test theory (CTT) report for an object of
class "summary.ctt" produced by summary.ctt(): the function call, the
full item-level statistics table (including flags, if present), the
test-level reliability summary, and the total-score frequency
distribution, following the sectioned reporting style used by
print.summary.est_irt() in irtQ.
Usage
# S3 method for class 'summary.ctt'
print(x, digits = 3, ...)Arguments
- x
An object of class
"summary.ctt", as returned bysummary.ctt().- digits
Number of decimal places used when rounding numeric values for display. Default is
3. Note that the statistics bundled intoxare already rounded to 3 decimal places upstream, so adigitsvalue greater than 3 here cannot recover precision that was already discarded;digitsis only useful for displaying the report at 3 or fewer decimal places.- ...
Additional arguments passed to or from other methods (currently not used).
Author
Hwanggyu Lim hglim83@gmail.com
