plot.ata {ata} | R Documentation |
Generic Plot Function for Class ata
Description
Default plotting function for output objects of class ata. The function detects the object's method and renders the appropriate visualizations.
Usage
\method{plot}{ata}(x,
conditem=NA,
useconst=TRUE,
itemorder=NA,
itemlab=NA,
useitemlab=FALSE,
together=FALSE,
...)
Arguments
x |
An output object of class ata generated by either |
conditem |
Provides a conditional or secondary item classification (i.e. content label). If provided, it must be given in the order of |
useconst |
Indicator whether all constraints from the test assembly process should be visualized or whether only a selection is desired. If a selection is desired, the name of the constraint as given by the |
itemorder |
Identifies the item order with which to visualize constraints. If |
itemlab |
Identifies item labels. Default is |
useitemlab |
Identifies if items should be labeled. Default is |
together |
Should progress plots be stacked together in one plot? Default is |
... |
Arguments to be passed to methods. |
Value
The function returns plots of the test form constraints and a cumulative additive constraint list for each constraint if assigned to an object.
plots |
For each constraint in the test form two visualizations are considered: 1) A cumulative additive progressive plot showing the change in the constraint total value per selected item, and 2) a plot of the constraint item specific value for each selected item. |
cumulative |
If |
Author(s)
Michael Chajewski (mchajewski@hotmail.com)