summary.ata {ata} | R Documentation |
Generic Summary Function for Class ata
Description
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.
Usage
\method{summary}{ata}(object, ...)
Arguments
object |
An output object of class |
... |
Additional arguments affecting the summary produced. |
Value
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 |
Author(s)
Gulsah Gurkan (gurkangulsah@gmail.com), Michael Chajewski (mchajewski@hotmail.com)