@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/binomial_variables>
  skos:definition "Binomial variables are frequently encountered in epidemiological data, and the binomial distribution is used to model the prevalence rate and cumulative incidence rate. Binomial variables are created through repeated trials of a Bernoulli process, often called Bernoulli trials. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-epidemiology/n38.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Epidemiology; Binomial Variable</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "binomial variables"@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/binomial_variables> .

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

