length,Itempool-method {irt} | R Documentation |
Itempool-class
objectFind the length of an Itempool-class
object
Find the length of an Response-class
object
Find the length of a Response_set-class
object
Find the length of a Testlet-class
object
## S4 method for signature 'Itempool'
length(x)
## S4 method for signature 'Response'
length(x)
## S4 method for signature 'Response_set'
length(x)
## S4 method for signature 'Testlet'
length(x)
x |
an |
Emre Gonulates
r <- response(sample(0:1, 22, TRUE))
length(r)