show {TestDesign} | R Documentation |
Extension of show() for objects in TestDesign package
Description
Extension of show() for objects in TestDesign package
Usage
## S4 method for signature 'item_1PL'
show(object)
## S4 method for signature 'item_2PL'
show(object)
## S4 method for signature 'item_3PL'
show(object)
## S4 method for signature 'item_PC'
show(object)
## S4 method for signature 'item_GPC'
show(object)
## S4 method for signature 'item_GR'
show(object)
## S4 method for signature 'item_pool'
show(object)
## S4 method for signature 'item_pool_cluster'
show(object)
## S4 method for signature 'item_attrib'
show(object)
## S4 method for signature 'st_attrib'
show(object)
## S4 method for signature 'constraints'
show(object)
## S4 method for signature 'summary_item_pool'
show(object)
## S4 method for signature 'summary_item_attrib'
show(object)
## S4 method for signature 'summary_st_attrib'
show(object)
## S4 method for signature 'summary_constraints'
show(object)
## S4 method for signature 'config_Static'
show(object)
## S4 method for signature 'config_Shadow'
show(object)
## S4 method for signature 'output_Static'
show(object)
## S4 method for signature 'output_Shadow'
show(object)
## S4 method for signature 'output_Shadow_all'
show(object)
## S4 method for signature 'summary_output_Static'
show(object)
## S4 method for signature 'summary_output_Shadow_all'
show(object)
## S4 method for signature 'exposure_rate_plot'
show(object)
Arguments
object |
an object to display. |
[Package TestDesign version 1.6.1 Index]