@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

<https://concepts.sagepub.com/social-science/concept/propensity_score>
  skos:definition "Propensity score adjustment is a method of adjusting for all covariates in an observational case-control study, using scalar matching. In case-control studies, the goal is typically to determine if one group (cases) of subjects has a different outcome than another group (controls). [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n370.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Propensity Score</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D057216.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/probability> ;
  skos:prefLabel "propensity score"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/conceptgroup/concepts>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "concepts"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/propensity_score> .

<https://concepts.sagepub.com/social-science/concept/probability>
  skos:prefLabel "probability"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/propensity_score> .

