Data
## 'data.frame': 5 obs. of 3 variables:
## $ Fifth : Factor w/ 5 levels "Top Fifth","Fourth Fifth",..: 1 2 3 4 5
## $ Golden.Age : num 99 115 113 101 122
## $ Neo.Liberal: num 55 25 15 7 -4
Top Fifth |
99 |
55 |
Fourth Fifth |
115 |
25 |
Third Fifth |
113 |
15 |
Second Fifth |
101 |
7 |
Bottom Fifth |
122 |
-4 |
Bar Plots

한글화
## 'data.frame': 5 obs. of 3 variables:
## $ Fifth.kr : Factor w/ 5 levels "5 분위","4 분위",..: 1 2 3 4 5
## $ Golden.Age : num 99 115 113 101 122
## $ Neo.Liberal: num 55 25 15 7 -4
5 분위 |
99 |
55 |
4 분위 |
115 |
25 |
3 분위 |
113 |
15 |
2 분위 |
101 |
7 |
1 분위 |
122 |
-4 |
Bar Plots
