print.NPCD {NPCD} | R Documentation |
Print outputs generated from the functions in the package.
Description
This function prints outputs generated from the functions in this package, including AlphaNP
, AlphaMLE
, ParMLE
, JMLE
, andQrefine
.
Usage
## S3 method for class 'AlphaNP'
print(x, ...)
## S3 method for class 'AlphaMLE'
print(x, ...)
## S3 method for class 'ParMLE'
print(x, ...)
## S3 method for class 'JMLE'
print(x, ...)
## S3 method for class 'Qrefine'
print(x, ...)
Arguments
x |
The output from the function (The list of all outputs). |
... |
Other arguments. |
Value
AlphaNP |
The estimated examinee attribute profiles. |
AlphaMLE |
The estimated examinee attribute profiles. |
ParMLE |
The estimated item parameters and standard errors. |
JMLE |
The estimated item parameters and examinee attribute profiles. |
Qrefine |
The modified Q-matrix and the modified entries |
See Also
AlphaNP
, AlphaMLE
, ParMLE
, JMLE
, Qrefine
Examples
# See examples in AlphaNP, AlphaMLE, ParMLE, JMLE, and Qrefine.
[Package NPCD version 1.0-11 Index]