-
funModeling::freq()R 2018. 7. 17. 21:38
funModeling 패키지에서 제공하는 freq() 함수를 사용하면 여러 개의 질적 자료에 대한 빈도표와 막대그래프를 한번에 작성할 수 있다.
install.packages("ggplot2")
install.packages("funModeling")
library(ggplot2)
library(funModeling)funModeling::freq(data=diamonds, input = c("cut", "color", "clarity"))
'R' 카테고리의 다른 글
R FOR JOURNALISTS (0) 2018.07.19 효율적인 데이터 다듬기를 위한 핵심 팁 다섯 가지 (0) 2018.07.17 funModeling 패키지 (0) 2018.07.16 R의 모든 패키지 다운로드 받기 (2) 2018.07.10 효율적인 R 설정 핵심 팁 다섯 가지 (0) 2018.07.10