What is the distance in the matchit output? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!What are the differences between “=” and “<-” in R?Grouping functions (tapply, by, aggregate) and the *apply familyWhat is the difference between require() and library()?How to make a great R reproducible exampleHow to pair socks from a pile efficiently?R package MatchIt erroneous summary outputFormula for standardized differences in MatchIT?How Interpret the output of propensity matching(matchIT) in RObtaining distance matrix from MatchIt packager MatchIt output: cannot see first output showing mean match data

How to make triangles with rounded sides and corners? (squircle with 3 sides)

NIntegrate on a solution of a matrix ODE

Is the time—manner—place ordering of adverbials an oversimplification?

Any stored/leased 737s that could substitute for grounded MAXs?

Vertical ranges of Column Plots in 12

What did Turing mean when saying that "machines cannot give rise to surprises" is due to a fallacy?

What is the proper term for etching or digging of wall to hide conduit of cables

newbie Q : How to read an output file in one command line

Centre cell vertically in tabularx

Is this Kuo-toa homebrew race balanced?

Weaponising the Grasp-at-a-Distance spell

Did any compiler fully use 80-bit floating point?

First paper to introduce the "principal-agent problem"

How to resize main filesystem

What are some likely causes to domain member PC losing contact to domain controller?

When does a function NOT have an antiderivative?

How to achieve cat-like agility?

Does the main washing effect of soap come from foam?

Statistical analysis applied to methods coming out of Machine Learning

Why is there so little support for joining EFTA in the British parliament?

Is this Half-dragon Quaggoth boss monster balanced?

How do I find my Spellcasting Ability for my D&D character?

Plotting a Maclaurin series

Did John Wesley plagiarize Matthew Henry...?



What is the distance in the matchit output?



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Data science time! April 2019 and salary with experience
The Ask Question Wizard is Live!What are the differences between “=” and “<-” in R?Grouping functions (tapply, by, aggregate) and the *apply familyWhat is the difference between require() and library()?How to make a great R reproducible exampleHow to pair socks from a pile efficiently?R package MatchIt erroneous summary outputFormula for standardized differences in MatchIT?How Interpret the output of propensity matching(matchIT) in RObtaining distance matrix from MatchIt packager MatchIt output: cannot see first output showing mean match data



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








0















Does anybody know what is the distance in the output of matchit()?
Distance between what and what?










share|improve this question






















  • Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

    – alessio
    Mar 10 at 0:47











  • Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

    – No Lie
    Mar 11 at 16:28


















0















Does anybody know what is the distance in the output of matchit()?
Distance between what and what?










share|improve this question






















  • Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

    – alessio
    Mar 10 at 0:47











  • Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

    – No Lie
    Mar 11 at 16:28














0












0








0








Does anybody know what is the distance in the output of matchit()?
Distance between what and what?










share|improve this question














Does anybody know what is the distance in the output of matchit()?
Distance between what and what?







r matching






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 9 at 0:52









No LieNo Lie

1088




1088












  • Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

    – alessio
    Mar 10 at 0:47











  • Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

    – No Lie
    Mar 11 at 16:28


















  • Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

    – alessio
    Mar 10 at 0:47











  • Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

    – No Lie
    Mar 11 at 16:28

















Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

– alessio
Mar 10 at 0:47





Maybe this helps (from the documentation): r.iq.harvard.edu/docs/matchit/2.4-20/…

– alessio
Mar 10 at 0:47













Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

– No Lie
Mar 11 at 16:28






Thank you very much, I have read that. It does not explain it is distance between what and what! I have one treat unit and 3 control units matched to it, and each one has a distance associated with it. So, it cannot be the distance between the treated and control units.

– No Lie
Mar 11 at 16:28













1 Answer
1






active

oldest

votes


















0














In general, it's the distance metric used for matching. The difference between the distance metrics for a pair of individuals is the distance between them. The default is the estimated propensity score for each unit. You can set the value of the distance using the distance option. You can also provide your own distance metric. For example, if you wanted to match on a different variable, such as age, you could create an age variable and set distance = age. For Mahalanobis distance matching, no individual receives a single distance metric because the distance between two units is computed using a formula, so none will be in the output.






share|improve this answer























    Your Answer






    StackExchange.ifUsing("editor", function ()
    StackExchange.using("externalEditor", function ()
    StackExchange.using("snippets", function ()
    StackExchange.snippets.init();
    );
    );
    , "code-snippets");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "1"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072926%2fwhat-is-the-distance-in-the-matchit-output%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    In general, it's the distance metric used for matching. The difference between the distance metrics for a pair of individuals is the distance between them. The default is the estimated propensity score for each unit. You can set the value of the distance using the distance option. You can also provide your own distance metric. For example, if you wanted to match on a different variable, such as age, you could create an age variable and set distance = age. For Mahalanobis distance matching, no individual receives a single distance metric because the distance between two units is computed using a formula, so none will be in the output.






    share|improve this answer



























      0














      In general, it's the distance metric used for matching. The difference between the distance metrics for a pair of individuals is the distance between them. The default is the estimated propensity score for each unit. You can set the value of the distance using the distance option. You can also provide your own distance metric. For example, if you wanted to match on a different variable, such as age, you could create an age variable and set distance = age. For Mahalanobis distance matching, no individual receives a single distance metric because the distance between two units is computed using a formula, so none will be in the output.






      share|improve this answer

























        0












        0








        0







        In general, it's the distance metric used for matching. The difference between the distance metrics for a pair of individuals is the distance between them. The default is the estimated propensity score for each unit. You can set the value of the distance using the distance option. You can also provide your own distance metric. For example, if you wanted to match on a different variable, such as age, you could create an age variable and set distance = age. For Mahalanobis distance matching, no individual receives a single distance metric because the distance between two units is computed using a formula, so none will be in the output.






        share|improve this answer













        In general, it's the distance metric used for matching. The difference between the distance metrics for a pair of individuals is the distance between them. The default is the estimated propensity score for each unit. You can set the value of the distance using the distance option. You can also provide your own distance metric. For example, if you wanted to match on a different variable, such as age, you could create an age variable and set distance = age. For Mahalanobis distance matching, no individual receives a single distance metric because the distance between two units is computed using a formula, so none will be in the output.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 6 at 5:41









        NoahNoah

        670213




        670213





























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Stack Overflow!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55072926%2fwhat-is-the-distance-in-the-matchit-output%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            Save data to MySQL database using ExtJS and PHP [closed]2019 Community Moderator ElectionHow can I prevent SQL injection in PHP?Which MySQL data type to use for storing boolean valuesPHP: Delete an element from an arrayHow do I connect to a MySQL Database in Python?Should I use the datetime or timestamp data type in MySQL?How to get a list of MySQL user accountsHow Do You Parse and Process HTML/XML in PHP?Reference — What does this symbol mean in PHP?How does PHP 'foreach' actually work?Why shouldn't I use mysql_* functions in PHP?

            Compiling GNU Global with universal-ctags support Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Data science time! April 2019 and salary with experience The Ask Question Wizard is Live!Tags for Emacs: Relationship between etags, ebrowse, cscope, GNU Global and exuberant ctagsVim and Ctags tips and trickscscope or ctags why choose one over the other?scons and ctagsctags cannot open option file “.ctags”Adding tag scopes in universal-ctagsShould I use Universal-ctags?Universal ctags on WindowsHow do I install GNU Global with universal ctags support using Homebrew?Universal ctags with emacsHow to highlight ctags generated by Universal Ctags in Vim?

            Add ONERROR event to image from jsp tldHow to add an image to a JPanel?Saving image from PHP URLHTML img scalingCheck if an image is loaded (no errors) with jQueryHow to force an <img> to take up width, even if the image is not loadedHow do I populate hidden form field with a value set in Spring ControllerStyling Raw elements Generated from JSP tagds with Jquery MobileLimit resizing of images with explicitly set width and height attributeserror TLD use in a jsp fileJsp tld files cannot be resolved