mean,Item-method | R Documentation |
mean
Returns the expected value of an item for given
parameters for a given ability or abilities, i.e. \theta
.
## S4 method for signature 'Item'
mean(x, ...)
## S4 method for signature 'Rasch'
mean(x, ...)
## S4 method for signature '1PL'
mean(x, ...)
## S4 method for signature '2PL'
mean(x, ...)
## S4 method for signature '3PL'
mean(x, ...)
## S4 method for signature '4PL'
mean(x, ...)
## S4 method for signature 'GPCM'
mean(x, ...)
## S4 method for signature 'GPCM2'
mean(x, ...)
## S4 method for signature 'GRM'
mean(x, ...)
## S4 method for signature 'PCM'
mean(x, ...)
x |
An |
... |
Additional parameters. Specifically |
Item expected values at given theta(s) values will be returned.
Emre Gonulates
itm <- generate_item(model = "Rasch")
mean(itm, theta = 1)
mean(itm, -1.2)
itm <- generate_item(model = "GPCM", n_categories = 5)
mean(itm, theta = 1.5)
mean(itm, 0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.