@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/odds_ratio>
  skos:definition "The odds ratio (OR) is a measure of association that is used to describe the relationship between two or more categorical (usually dichotomous) variables (e.g., in a contingency table) or between continuous variables and a categorical outcome variable (e.g., in logistic regression). The OR describes how much more likely an outcome is to occur in one group as compared to another group. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n287.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Odds Ratio</a>]"@en ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D016017.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/probability> ;
  skos:prefLabel "odds ratio"@en ;
  a skos:Concept .

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

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

