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

<https://concepts.sagepub.com/social-science/concept/scatterplot>
  skos:definition "A scatterplot is a two-dimensional coordinate graph showing the relationship between two quantitative variables, with each observation in a data set plotted as a point in the graph. Although they are employed less frequently in publications than some other statistical graphs, scatterplots are arguably the most important graphs for data analysis. [Source: <a href=\"https://sk.sagepub.com/reference/socialscience/n892.xml\" target=\"_blank\" data-id=\"to-sk\">The SAGE Encyclopedia of Social Science Research Methods; Scatterplot</a>]"@en ;
  skos:broader <https://concepts.sagepub.com/social-science/concept/regression_analysis>, <https://concepts.sagepub.com/social-science/concept/exploratory_data_analysis>, <https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods> ;
  skos:prefLabel "scatterplot"@en ;
  a skos:Concept .

<https://concepts.sagepub.com/social-science/concept/statistics_and_research_methods>
  skos:prefLabel "statistics and research methods"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/scatterplot> .

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

<https://concepts.sagepub.com/social-science/concept/exploratory_data_analysis>
  skos:prefLabel "exploratory data analysis"@en ;
  a skos:Concept ;
  skos:narrower <https://concepts.sagepub.com/social-science/concept/scatterplot> .

