@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/stepwise_entry>
  skos:definition "a method in which predictors are entered according to some statistical criteria in statistical methods such as logistic regression, multiple regression, discriminant function analysis and log-linear analysis. The results of such an analysis may depend on very small differences in predictors meeting those criteria. [Source: <a href=\"https://methods.sagepub.com/reference/the-sage-dictionary-of-statistics/n567.xml\" target=\"_blank\" data-id=\"to-srm\">The SAGE Dictionary of Statistics; stepwise entry</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/log-linear_analysis> ;
  skos:prefLabel "stepwise entry"@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/stepwise_entry> .

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

