Lin–Tsien equation: Difference between revisions
en>Qetuth m more specific stub type |
en>Yobot m →References: WP:CHECKWIKI error fixes - Replaced endash with hyphen in sortkey per WP:MCSTJR using AWB (9100) |
||
Line 1: | Line 1: | ||
In the [[statistics|statistical]] analysis of [[observational study|observational data]], '''propensity score matching''' ('''PSM''') is a [[Matching (statistics)|statistical matching]] technique that attempts to [[Estimation theory|estimate]] the effect of a treatment, policy, or other intervention by accounting for the [[covariate]]s that predict receiving the treatment. PSM attempts to reduce the [[Bias (statistics)|bias]] due to [[confounding]] variables that could be found in an estimate of the treatment effect obtained from simply comparing outcomes among [[Statistical unit|units]] that [[Treatment and control groups|received the treatment versus to those that did not]]. The technique was first published by Paul Rosenbaum and [[Donald Rubin]] in 1983,<ref>{{cite journal |last=Rosenbaum |first=Paul R. |last2=Rubin |first2=Donald B. |title=The Central Role of the Propensity Score in Observational Studies for Causal Effects |journal=[[Biometrika]] |year=1983 |volume=70 |issue=1 |pages=41–55 |doi=10.1093/biomet/70.1.41 }}</ref> and implements the [[Rubin causal model]] for observational studies. | |||
The possibility of bias arises because the apparent difference between these two groups of units may depend on characteristics that affected whether or not a unit received a given treatment instead of due to the effect of the treatment per se. In [[randomized experiment]]s, the randomization enables unbiased estimation of treatment effects; for each covariate, randomization implies that treatment-groups will be balanced on average, by the [[law of large numbers]]. Unfortunately, for observational studies, the assignment of treatments to research subjects is, by definition, not randomized. Matching attempts to mimic randomization by creating a sample of units that received the treatment that is comparable on all observed covariates to a sample of units that did not receive the treatment. | |||
For example, one may be interested to know the consequences of smoking or the consequences of going to university. The people 'treated' are simply those—the smokers, or the university graduates—who undergo in course of everyday life whatever it is that is being studied by the researcher. In both of these cases it is unfeasible (and perhaps unethical) to randomly assign people to smoking or a university education, so observational studies are required. The treatment effect estimated by simply comparing a particular outcome—rate of cancer or life time earnings—between those who smoked and did not smoke or attended university and did not attend university would be biased by any factors that predict smoking or university attendance, respectively. PSM attempts to control for these differences to make the groups receiving treatment and not-treatment more comparable. | |||
== Overview == | |||
PSM is for cases of [[Inductive reasoning#Causal inference|causal inference]] and simple selection bias in [[non-experimental]] settings in which: (i) few units in the non-experimental comparison group are comparable to the treatment units; and (ii) selecting a subset of comparison units similar to the treatment unit is difficult because units must be compared across a high-dimensional set of pretreatment characteristics. | |||
In normal Matching we match on single characteristics that distinguish treatment and control groups (to try to make them more alike). But If the two groups do not have substantial overlap, then substantial error may be introduced: E.g., if only the worst cases from the untreated “comparison” group are compared to only the best cases from the treatment group, the result may be regression toward the mean which may make the comparison group look better or worse than reality. | |||
PSM employs a predicted probability of group membership e.g., treatment vs. control group—based on observed predictors, usually obtained from [[logistic regression]] to create a counterfactual group. Also propensity scores may be used for matching or as covariates—alone or with other matching variables or covariates. | |||
== General procedure == | |||
1.Run logistic regression: | |||
*Dependent variable: ''Y'' = 1, if participate; ''Y'' = 0, otherwise. | |||
*Choose appropriate conditioning (instrumental) variables. | |||
*Obtain propensity score: predicted probability (''p'') or log[''p''/(1 − ''p'')]. | |||
2.Match each participant to one or more nonparticipants on propensity score: | |||
*[[Nearest neighbor search|Nearest neighbor matching]] | |||
*Caliper matching | |||
*[[Mahalanobis distance|Mahalanobis metric]] matching in conjunction with PSM | |||
*[[Stratified sampling|Stratification matching]] | |||
*Difference-in-differences matching (kernel and local linear weights) | |||
3.Multivariate analysis based on new sample | |||
*Use analyses appropriate for non-independent matched samples | |||
== Formal definition == | |||
A '''propensity score''' is the [[probability]] of a unit (e.g., person, classroom, school) being assigned to a particular treatment given a set of observed covariates. Propensity scores are used to reduce [[selection bias]] by equating groups based on these covariates. | |||
Suppose that we have a binary treatment ''T'', an outcome ''Y'', and background variables ''X''. The propensity score is defined as the [[conditional probability]] of treatment given background variables: | |||
:<math>p(x) \ \stackrel{\mathrm{def}}{=}\ \Pr(T=1 | X=x).</math> | |||
Let ''Y''(0) and ''Y''(1) denote the potential outcomes under control and treatment, respectively. Then treatment assignment is (conditionally) unconfounded if treatment is [[statistical independence|independent]] of potential outcomes conditional on ''X''. This can be written compactly as | |||
:<math> T \perp Y(0), Y(1) \,|\, X </math> | |||
where <math>\perp</math> denotes [[statistical independence]]. | |||
If unconfoundedness holds, then | |||
:<math>T \perp Y(0), Y(1) \,|\, p(X).</math> | |||
[[Judea Pearl]] has shown that a simple graphical criterion called ''backdoor'' provides an equivalent definition of unconfoundedness.<ref>{{cite book |last=Pearl |first=J. |year=2000 |title=Causality: Models, Reasoning, and Inference |location=New York |publisher=Cambridge University Press |isbn=0-521-77362-8 }}</ref> | |||
== Advantages and disadvantages == | |||
Like other matching procedure PSM estimates an [[average treatment effect]] from observational data. The key advantages of PSM were, at the time of its introduction, that by using a linear combination of covariates for a single score, it balances treatment and control groups on a large number of covariates without losing a large number of observations. If units in the treatment and control were balanced on a large number of covariates one at a time, large numbers of observations would be needed to overcome the "dimensionality problem" whereby the introduction of a new balancing covariate increases the minimum necessary number of observations in the sample [[Geometric progression|geometrically]]. | |||
One disadvantage of PSM is that it only accounts for observed (and observable) covariates. Factors that affect assignment to treatment but that cannot be observed cannot be accounted for in the matching procedure.{{Citation needed|date=August 2013}} Another issue is that PSM requires large samples, with substantial overlap between treatment and control groups. Any hidden bias due to latent variables may remain after matching because the procedure only controls for observed variables.<ref>{{cite book |last=Shadish |first=W. R. |last2=Cook |first2=T. D. |last3=Campbell |first3=D. T. |year=2002 |title=Experimental and Quasi-experimental Designs for Generalized Causal Inference |location=Boston |publisher=Houghton Mifflin |isbn=0-395-61556-9 }}</ref> | |||
General concerns with matching have also been raised by Pearl, who has argued that hidden bias may actually increase because matching on observed variables may unleash bias due to dormant unobserved confounders. Similarly, Pearl has argued that bias reduction can only be assured (asymptotically) by modelling the qualitative causal relationships between treatment, outcome, observed and unobserved covariates.<ref name=pearl:ch11-3-5>{{cite book |last=Pearl |first=J. |chapter=Understanding propensity scores |title=Causality: Models, Reasoning, and Inference |location=New York |publisher=Cambridge University Press |edition=Second |year=2009 |isbn=978-0-521-89560-6 }}</ref> Confounding occurs when the experimental controls do not allow the experimenter to reasonably eliminate plausible alternative explanations for an observed relationship between independent and dependent variables. | |||
== References == | |||
{{Reflist}} | |||
== External links == | |||
* [https://dl.dropboxusercontent.com/u/14238826/PSM_SSWR.pdf Introduction to Propensity Score Matching: A New Device for Program Evaluation]. Lecture notes 2004 | |||
* [http://fmwww.bc.edu/RePEc/usug2001/psmatch.pdf Implementing Propensity Score Matching Estimators with STATA]. Lecture notes 2001 | |||
{{Statistics|collection}} | |||
{{least squares and regression analysis}} | |||
[[Category:Regression analysis]] | |||
[[Category:Econometrics]] | |||
[[Category:Epidemiology]] | |||
[[Category:Observational study]] | |||
[[Category:Causal inference]] |
Revision as of 23:22, 20 April 2013
In the statistical analysis of observational data, propensity score matching (PSM) is a statistical matching technique that attempts to estimate the effect of a treatment, policy, or other intervention by accounting for the covariates that predict receiving the treatment. PSM attempts to reduce the bias due to confounding variables that could be found in an estimate of the treatment effect obtained from simply comparing outcomes among units that received the treatment versus to those that did not. The technique was first published by Paul Rosenbaum and Donald Rubin in 1983,[1] and implements the Rubin causal model for observational studies.
The possibility of bias arises because the apparent difference between these two groups of units may depend on characteristics that affected whether or not a unit received a given treatment instead of due to the effect of the treatment per se. In randomized experiments, the randomization enables unbiased estimation of treatment effects; for each covariate, randomization implies that treatment-groups will be balanced on average, by the law of large numbers. Unfortunately, for observational studies, the assignment of treatments to research subjects is, by definition, not randomized. Matching attempts to mimic randomization by creating a sample of units that received the treatment that is comparable on all observed covariates to a sample of units that did not receive the treatment.
For example, one may be interested to know the consequences of smoking or the consequences of going to university. The people 'treated' are simply those—the smokers, or the university graduates—who undergo in course of everyday life whatever it is that is being studied by the researcher. In both of these cases it is unfeasible (and perhaps unethical) to randomly assign people to smoking or a university education, so observational studies are required. The treatment effect estimated by simply comparing a particular outcome—rate of cancer or life time earnings—between those who smoked and did not smoke or attended university and did not attend university would be biased by any factors that predict smoking or university attendance, respectively. PSM attempts to control for these differences to make the groups receiving treatment and not-treatment more comparable.
Overview
PSM is for cases of causal inference and simple selection bias in non-experimental settings in which: (i) few units in the non-experimental comparison group are comparable to the treatment units; and (ii) selecting a subset of comparison units similar to the treatment unit is difficult because units must be compared across a high-dimensional set of pretreatment characteristics.
In normal Matching we match on single characteristics that distinguish treatment and control groups (to try to make them more alike). But If the two groups do not have substantial overlap, then substantial error may be introduced: E.g., if only the worst cases from the untreated “comparison” group are compared to only the best cases from the treatment group, the result may be regression toward the mean which may make the comparison group look better or worse than reality.
PSM employs a predicted probability of group membership e.g., treatment vs. control group—based on observed predictors, usually obtained from logistic regression to create a counterfactual group. Also propensity scores may be used for matching or as covariates—alone or with other matching variables or covariates.
General procedure
1.Run logistic regression:
- Dependent variable: Y = 1, if participate; Y = 0, otherwise.
- Choose appropriate conditioning (instrumental) variables.
- Obtain propensity score: predicted probability (p) or log[p/(1 − p)].
2.Match each participant to one or more nonparticipants on propensity score:
- Nearest neighbor matching
- Caliper matching
- Mahalanobis metric matching in conjunction with PSM
- Stratification matching
- Difference-in-differences matching (kernel and local linear weights)
3.Multivariate analysis based on new sample
- Use analyses appropriate for non-independent matched samples
Formal definition
A propensity score is the probability of a unit (e.g., person, classroom, school) being assigned to a particular treatment given a set of observed covariates. Propensity scores are used to reduce selection bias by equating groups based on these covariates.
Suppose that we have a binary treatment T, an outcome Y, and background variables X. The propensity score is defined as the conditional probability of treatment given background variables:
Let Y(0) and Y(1) denote the potential outcomes under control and treatment, respectively. Then treatment assignment is (conditionally) unconfounded if treatment is independent of potential outcomes conditional on X. This can be written compactly as
where denotes statistical independence.
If unconfoundedness holds, then
Judea Pearl has shown that a simple graphical criterion called backdoor provides an equivalent definition of unconfoundedness.[2]
Advantages and disadvantages
Like other matching procedure PSM estimates an average treatment effect from observational data. The key advantages of PSM were, at the time of its introduction, that by using a linear combination of covariates for a single score, it balances treatment and control groups on a large number of covariates without losing a large number of observations. If units in the treatment and control were balanced on a large number of covariates one at a time, large numbers of observations would be needed to overcome the "dimensionality problem" whereby the introduction of a new balancing covariate increases the minimum necessary number of observations in the sample geometrically.
One disadvantage of PSM is that it only accounts for observed (and observable) covariates. Factors that affect assignment to treatment but that cannot be observed cannot be accounted for in the matching procedure.Potter or Ceramic Artist Truman Bedell from Rexton, has interests which include ceramics, best property developers in singapore developers in singapore and scrabble. Was especially enthused after visiting Alejandro de Humboldt National Park. Another issue is that PSM requires large samples, with substantial overlap between treatment and control groups. Any hidden bias due to latent variables may remain after matching because the procedure only controls for observed variables.[3]
General concerns with matching have also been raised by Pearl, who has argued that hidden bias may actually increase because matching on observed variables may unleash bias due to dormant unobserved confounders. Similarly, Pearl has argued that bias reduction can only be assured (asymptotically) by modelling the qualitative causal relationships between treatment, outcome, observed and unobserved covariates.[4] Confounding occurs when the experimental controls do not allow the experimenter to reasonably eliminate plausible alternative explanations for an observed relationship between independent and dependent variables.
References
43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.
External links
- Introduction to Propensity Score Matching: A New Device for Program Evaluation. Lecture notes 2004
- Implementing Propensity Score Matching Estimators with STATA. Lecture notes 2001
Template:Statistics Template:Least squares and regression analysis
- ↑ One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - ↑ 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534