Learn R Programming

RM.weights (version 2.0)

RM.weights-package: Rasch model and extensions for survey data, using Conditional Maximum likelihood (CML).

Description

This package computes parameter estimates and assessment statistics of a single-parameter Rasch model for dichotomous and polytomous (partial credit) item responses using CML estimation, including optional use of sampling weights. Procedures to calculate prevalence rates of the phenomenon of interest (latent variable) and to equate item parameters across different contexts are implemented.

Arguments

Details

Package: RM.weights
Type: Package
Version: 2.0
Date: 2017-11-14
License: GPL (>= 3)

Examples

Run this code
# NOT RUN {
data(data.FAO_country1_2013)
# Questionnaire data and weights
XX = data.FAO_country1_2013[,1:8]
wt = data.FAO_country1_2013$wt
# Fit weighted Rasch
rr = RM.w(XX, wt)
pp = prob.assign(rr, sthres = seq(-5, 5, 0.01))
# }

Run the code above in your browser using DataLab