Giter Site home page Giter Site logo

Comments (3)

ngreifer avatar ngreifer commented on August 28, 2024

There are no thresholds involved, so I'm not sure what you mean. The matched data contains all the units that have been matched. Nearest neighbor matching involves find the nearest control unit to each treated unit and discarding the rest.

You might be thinking of a caliper, which is a limit on how far apart units can be to be able to be matched with each other. You can specify that with the caliper argument, but that is not a necessary part of matching. Please read Austin (2011) and Ho, Imai, King and Stuart (2007) to understand how to conduct a matching analysis and what MatchIt does.

from matchit.

yceny avatar yceny commented on August 28, 2024

Thanks for your response. I read the two papers. They are very useful. Yes, caliper is what I mean here. One more clarification question. In matchit function, if we specify, say caliper = 0.2, does this mean 0.2 of the standard deviation of the logit of the propensity score?

from matchit.

ngreifer avatar ngreifer commented on August 28, 2024

Setting caliper = .2 will by default use a caliper of .2 standard deviations of the distance measure. If the distance measure is the propensity score, then it will be .2 standard deviations of the propensity score. To make it the logit of the propensity score, use link = "linear.logit" in the call to matchit(). This will make the logit of the propensity score the distance used for matching and the variable to which the caliper is applied.

from matchit.

Related Issues (20)

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.