@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/bivariate_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/bivariate_analysis> .

<https://concepts.sagepub.com/social-science/concept/bivariate_analysis>
  skos:definition "Bivariate analysis is a statistical analysis of a pair of variables. Such analysis can take the form of, for example, CROSS-TABULATION, SCATTERPLOT, CORRELATION, ONE-WAY ANOVA, or simple REGRESSION. It is a step often taken after a UNIVARIATE ANALYSIS of the DATA but prior to a multivariate analysis. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n71.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Bivariate Analysis</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/quantitative_data_analysis> ;
  skos:prefLabel "bivariate analysis"@en ;
  a skos:Concept .

