@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/conceptgroup/methods>
  a skos:Collection, isothes:ConceptGroup ;
  skos:prefLabel "methods"@en ;
  skos:member <https://concepts.sagepub.com/social-science/concept/critical_value> .

<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/critical_value> .

<https://concepts.sagepub.com/social-science/concept/critical_value>
  skos:definition "Critical values are used in hypothesis testing to delimitate two regions: one in which the analyst rejects the null hypothesis and another in which the hypothesis cannot be rejected. Therefore, critical values are closely linked to the concept of hypothesis testing. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n96.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Critical Value</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "critical value"@en ;
  a skos:Concept .

