Giter Site home page Giter Site logo

Comparison of mirt and regDIF about regdif HOT 1 CLOSED

wbelzak avatar wbelzak commented on May 31, 2024
Comparison of mirt and regDIF

from regdif.

Comments (1)

wbelzak avatar wbelzak commented on May 31, 2024

Hi CW,

regDIF standardizes the predictor data by default (i.e., standardizing predictor data is recommended for regularization.) If you include stdz=F, you should get nearly identical results with mirt. I did this and got the following impact effects:

fit <- regDIF(item.data = res, pred.data = gender, stdz = F,
              ,item.type="2pl", num.tau = 5,control=list(tol=1e-7)
              ,anchor=1:itemnum,tau=0)
fit$impact

mean.cov1 1.0203
var.cov1 -0.1208

var.cov1 is the effect of the DIF predictor on the latent variance. So, var.cov1 = -0.1208 means that the female group has a variance of .88 (given the default variance of the reference group is 1, i.e., 1 - 0.1208 = .88).

I hope that helps.

Best,
Will

from regdif.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.