@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/statistics_as_topic>
  skos:prefLabel "statistics as topic"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/discriminant_analysis> .

<https://concepts.sagepub.com/social-science/concept/discriminant_analysis>
  skos:definition "Discriminant analysis is a multivariate statistical technique that can be used to predict group membership from a set of predictor variables. The goal of discriminant analysis is to find optimal combinations of predictor variables, called discriminant functions, to maximally separate previously defined groups and make the best possible predictions about group membership. [Source: <a href=\"https://methods.sagepub.com/reference/encyc-of-research-design/n116.xml\" target=\"_blank\" data-id=\"to-srm\">Encyclopedia of Research Design; Discriminant Analysis</a>]"@en ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/wilks%27_lambda>, <https://concepts.sagepub.com/social-science/concept/predictor_variables> ;
  skos:exactMatch <https://id.nlm.nih.gov/mesh/D016002.html> ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/statistics_as_topic> ;
  skos:prefLabel "discriminant analysis"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/predictor_variables>
  skos:prefLabel "predictor variables"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/discriminant_analysis> .

<https://concepts.sagepub.com/social-science/concept/wilks%27_lambda>
  skos:prefLabel "wilks' lambda"@en ;
  a skos:Concept ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/discriminant_analysis> .

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

