summary.ata {ata} | R Documentation |
ata
Default summary function for output objects of class ata
. The function provides a brief summary of the ATA form in text, and provides a binary table of constraint success.
\method{summary}{ata}(object, ...)
object |
An output object of class |
... |
Additional arguments affecting the summary produced. |
The function returns a statement summarizing the evaluation of the assembled test form. Additionally, the function will return a pattern matrix for the test form constraints if assigned to an object.
statement |
A summary of items (and/or item sets) in the test form and the overview of constraint success. |
pattern |
A matrix of constraints by a classification if the additive constraints are below, at or above the constraint specific user provided bounds. This matrix, only returned if |
Gulsah Gurkan (gurkangulsah@gmail.com), Michael Chajewski (mchajewski@hotmail.com)