"pair" - as a result of
pair()) and and the datamatrix (argument
daten) containing the person respose vectors
(rows), using an WL approach, introduced by Warm (1989).pers(itempar, daten = NULL, incidenz = NULL,
na_treat = NULL, limit = 1e-05, iter = 50,
tecout = FALSE)"pair" as a
result of applying the function pair()) to
the data. Or an 'ordinary' "matrix" with
"matrix" (or "data.frame")
optionaly with named colums (names of items) and named
rows (Persone IDs). This argument can be left empty when
the argument itempar (above) is of class "pair".
daten"matrix" should be assigned to
this argument with the same dimensions like daten,
containig 0 and 1 integer codes, daten. If set to na_treat=NULL
(default) missing responses are treated as missings and
the respective person is assigned toFALSE. If set
to TRUE the result will be a (very) long list with
estimation details for every case in daten. In
case of a booklet-design the list entrys will be divided
by "booklet".c("pers", "data.frame") or a
(very long) "list" (when setting on
techout=TRUE) containing the person parameters.Rasch, G. (1960). Probabilistic models for some intelligence and attainment tests. Copenhagen: Danmarks pædagogiske Institut.
Warm, T. A. (1989). Weighted likelihood estimation of ability in item response theory. Psychometrika, 54(3), 427–450.
############
data(sim200x3)
result <- pers(itempar=pair(sim200x3))
summary(result)Run the code above in your browser using DataLab