@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix theremy: <http://lights.science/theremy> .

<http://lights.science/theremy/502010506010000>
  skos:prefLabel "categorizing continuous variables"@en ;
  a skos:Concept ;
  skos:narrower <http://lights.science/theremy/502010506010100> .

theremy: a skos:ConceptScheme .
<http://lights.science/theremy/502010506010100>
  skos:altLabel "dichotomizing continuous data"@en, "data carving"@en, "threshold"@en, "optimal cut points"@en, "binary split"@en, "cut points"@en ;
  skos:prefLabel "dichotomizing continuous variables"@en ;
  a skos:Concept ;
  skos:inScheme theremy: ;
  skos:broader <http://lights.science/theremy/502010506010000> ;
  skos:example <https://lights.science/app/search?q=dichotomizing+continuous+variables> .

