View source: R/tam.personfit.R
tam.personfit | R Documentation |
Computes person outfit and infit statistics.
tam.personfit(tamobj)
tamobj |
Fitted object in TAM |
Data frame containing person outfit and infit statistics
See tam.fit
and msq.itemfit
for item fit
statistics.
#############################################################################
# EXAMPLE 1: Person fit dichotomous data
#############################################################################
data(data.sim.rasch, package="TAM")
resp <- data.sim.rasch
#*** estimate Rasch model
mod1 <- TAM::tam.mml(resp=resp)
summary(mod1)
#*** compute person fit statistics
fmod1 <- TAM::tam.personfit(mod1)
head(fmod1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.