Description Usage Arguments Details Value Author(s) See Also
These functions extract information from an object of class irt.pars
,
typically created using plink
, or an object of
class irt.prob
containing expected probabilities.
1 2 3 4 | link.con(x, method = "ALL")
link.pars(x)
link.ability(x)
get.prob(x)
|
x |
an |
method |
character vector identifying the linking methods for which
constants should be returned. The only acceptable values are
|
link.con
extracts the linking constants,
link.pars
extracts the rescaled item parameters (if present), and
link.ability
extracts the rescaled ability estimates (if present)
get.prob
extracts expected probabilities for an irt.prob
object
For link.con
, the following values can be included for method
.
For multidimensional constants, although matrices A
, K
, and T
are
included in the object of class "link
" for the Haebara and Stocking-Lord
methods, only the matrix A
will be returned for these methods.
Returns the constants for all linking methods
MM
:Mean/Mean
MS
:Mean/Sigma
HB
:Haebara
SL
:Stocking-Lord
RM
:Reckase-Martineau (for multidimensional constants only)
Returns a matrix or list of linking constants
Jonathan P. Weeks weeksjp@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.