@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/quantitative_data_analysis>
  skos:prefLabel "quantitative data analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/univariate_analysis> .

<https://concepts.sagepub.com/social-science/concept/univariate_analysis>
  skos:definition "Univariate analysis is the analysis of the statistical characteristics of a single VARIABLE, including its DISTRIBUTION, its CENTRAL TENDENCY, and its SPREAD. The first step in univariate analysis is to plot the observations in a table or graph to examine the variable's distribution. NOMINAL variables can be presented in a PIE CHART or BAR chart. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n1053.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Univariate Analysis</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/quantitative_data_analysis> ;
  skos:prefLabel "univariate analysis"@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/univariate_analysis> .

