@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/expected_frequencies>
  skos:definition "the counts or frequencies expected if the null hypothesis were true (or it is what is based on the statistical model in some forms of analysis). Most commonly met in relation to the chi-square test. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n186.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; expected frequencies</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/log-linear_analysis> ;
  skos:prefLabel "expected frequencies"@en ;
  a skos:Concept .

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

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

