var,Item-method | R Documentation |
var
Returns the variance of an item or multiple items
with given parameters for a given ability or abilities, i.e. \theta
.
## S4 method for signature 'Item'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature 'Rasch'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature '1PL'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature '2PL'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature '3PL'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature '4PL'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature 'GRM'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature 'PCM'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature 'GPCM'
var(x, y = NULL, na.rm = FALSE, use)
## S4 method for signature 'GPCM2'
var(x, y = NULL, na.rm = FALSE, use)
x |
An |
y |
A numeric vector containing the ability parameters (i.e. theta). |
na.rm |
Ignored for |
use |
Ignored for |
Item variances at given theta will be returned.
Emre Gonulates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.