I hope someone out there can help me. I am trying to find a way to graphically represent a bivariate relationship that is a little more nuanced than a simple scatterplot or line graph.
What I am trying to accomplish is a graph with 3 components (x,y,z) that essentially would visually represent the information in a crosstab, where x would be variable one, y variable two, and z would be the frequency of cases occurring in any given combination of x and y.
The only two graphs I have found in Stata that support three elements are the contour heat map or a weighted scatterplot. The problem with either is that the z component of contour (or weight of scatterplot) has to be a separate variable. Most of the variables that I want to graph have a range of 100, which creates 10,000 possible combinations. Hence, I cannot easily create a new variable to solve my problem.
Does anyone know of a graphing option within stata or a downloadable ado or even a 3rd party graphing option that can intuitively graph a bivariate frequency distribution, giving me the nuanced bivariate graph I am looking for?
What I am trying to accomplish is a graph with 3 components (x,y,z) that essentially would visually represent the information in a crosstab, where x would be variable one, y variable two, and z would be the frequency of cases occurring in any given combination of x and y.
The only two graphs I have found in Stata that support three elements are the contour heat map or a weighted scatterplot. The problem with either is that the z component of contour (or weight of scatterplot) has to be a separate variable. Most of the variables that I want to graph have a range of 100, which creates 10,000 possible combinations. Hence, I cannot easily create a new variable to solve my problem.
Does anyone know of a graphing option within stata or a downloadable ado or even a 3rd party graphing option that can intuitively graph a bivariate frequency distribution, giving me the nuanced bivariate graph I am looking for?
Comment