@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/jackknife_methods>
  skos:prefLabel "jackknife methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/resampling> .

<https://concepts.sagepub.com/social-science/concept/resampling>
  skos:definition "The process of repeatedly sampling from a sample in order to estimate what other samples from a population would look like were we able to take them. Rather than taking numerous samples from a population to determine the ∗standard error (something that is usually done only in theory), one draws one sample and repeatedly resamples from it. [Source: <a href=\"https://methods.sagepub.com/reference/dictionary-of-statistics-methodology/n1674.xml\" target=\"_blank\" data-id=\"to-srm\">Dictionary of Statistics &amp; Methodology; Resampling</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/jackknife_methods>, <https://concepts.sagepub.com/social-science/concept/bootstrapping> ;
  skos:prefLabel "resampling"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/bootstrapping>
  skos:prefLabel "bootstrapping"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/resampling> .

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

