ifind3: Item Fit indexes 'In Fit' and 'Out Fit' statistics, which is...

Description Usage Arguments Examples

View source: R/fit.R

Description

Item Fit indexes 'In Fit' and 'Out Fit' statistics, which is based on expexted and observed probability.

Usage

1
ifind3(x, para, theta, fc = 3, D = 1.702)

Arguments

x

data.frame of item response data.

para

item parameter data.frame estimated by estip.

theta

theta parameter vector. This length must be same to x.

fc

a first column of item response data.frame.

D

a scale constant

Examples

1
2
res <- ifind3(sim_data_1, sim_param$para, sim_eap$res$EAP, fc=2)
res

takuizum/irtfun2 documentation built on May 10, 2020, 8:30 a.m.