@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/Cox_model>
  skos:definition "The Cox proportional hazards model is a regression technique that allows modeling of survival times (or hazard functions) as a function of a set of covariates. The model was first introduced by D. R. Cox in 1972. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n95.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Cox Model</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "Cox model"@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/Cox_model> .

<https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods>
  skos:prefLabel "statistics and research methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/Cox_model> .

