Question: In R studio: Cleveland's solution to this problem has two components. 1. The categorical variable goes on the vertical axis, so that the labels print
In R studio:
Cleveland's solution to this problem has two components.
1. The categorical variable goes on the vertical axis, so that the labels print horizontally.
2. The categorical values are ordered according to the quantitative variable.
## Problem 1 For this exercise, you should choose data from the gss_sm in the socviz package.
Identify your categorical variable. Then use group_by/summarize in dplyr to create your quantitative variable.
```{r} # Insert your code here. ```
## Problem 2 Place the bad visualization here.
```{r} # Insert your code here. ```
## Problem 3 Place the good visualization here.
```{r} # Insert your code here. ```
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
