유형 | 예제 | 형태 | 설명 |
---|---|---|---|
quantitative / numerical continuous | 1.3, 5.7, 83 | continuous | 임의의 숫자(정수, 유리수, 실수값 등) |
quantitative / numerical discrete | 1, 2, 3, 4 | discrete | 이산형 단위의 숫자로 가장 흔하고 꼭 정수일 필요는 없음. 예를 들어, 주어진 데이터 집합에 중간값이 존재하지 않는 경우인 숫자 0.5, 1.0, 1.5도 이산형으로 취급 가능 |
quantitative / categorical unordered | dog, cat, fish | discrete | 순서가 없는 범주들로, 고유 순서가 없는 이산적이고 고유한 범주들. 이러한 변수를 요인(인자)이라고 함. |
qualitative / categorical ordered | good, fair, poor | discrete | 순서가 있는 범주들로 순서가 있는 이산적이고 고유한 범주들. 예를 들어 'fair'는 항상 'good'과 'poor' 사이에 있음. 이러한 변수를 순서 요인이라고 함. |
date 또는 time | Jan.5 2018, 18:00 | continuous 또는 discrete | 특정 날짜 및 시간. 예를 들어, 7월 4일 또는 12월 25일과 같은 일반적인 날짜 |
text | Hello world | none 또는 discrete | 자유 형식 텍스트. 필요한 경우 범주형으로 취급 가능. |
https://clauswilke.com/dataviz/overlapping-points.html
https://clauswilke.com/dataviz/color-pitfalls.html
https://clauswilke.com/dataviz/redundant-coding.html