@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/chi-square_test>
  skos:prefLabel "chi-square test"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/contingency_tables> .

<https://concepts.sagepub.com/social-science/concept/log-linear_analysis>
  skos:prefLabel "log-linear analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/contingency_tables> .

<https://concepts.sagepub.com/social-science/concept/contingency_tables>
  skos:definition "A contingency table is a table of counts from data that displays the relationship between two or more variables. It is also known as a crosstabulation. [Source: <a href=\"https://methods.sagepub.com/reference/the-a-z-of-social-research/n18.xml\" target=\"_blank\" data-id=\"to-srm\">The A-Z of Social Research; Contingency tables</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/log-linear_analysis>, <https://concepts.sagepub.com/social-science/concept/chi-square_test> ;
  skos:prefLabel "contingency tables"@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/contingency_tables> .

