Displaying 1 result from an estimated 1 matches for "irtestim".
Did you mean:
irtests
2010 Mar 20
0
Getting a complete vector of Theta estimates from Package LTM
I am using package LTM to estimate a Rasch model:
irtestimates <- rasch(binRasch)
I want to get a single vector containing theta estimates for all the
rows (individuals) in my data matrix (hopefully in the same order as
my data matrix) such that the length of the theta vector = the number
of rows (participants) in my data matrix. I am using:
the...