R 데이터 분석 관련 자료

2017. 9. 24. 17:42서버 프로그래밍

R 강의 5. 상관분석, 회귀분석

http://rstudio-pubs-static.s3.amazonaws.com/189354_277dfb3a83a34a2abaae855b90fcf269.html

R을 사용한 의사결정나무 분석 (Decision tree analysis in R)

http://www.dodomira.com/2016/05/29/564/

R을 이용한 머신러닝 - 1 (선형 회귀분석)

http://yamalab.tistory.com/14

[R3.3] 예측분석 - 단순 회귀분석 및 다중 회귀분석

http://dbrang.tistory.com/1069



* ggplot2 관련

R을 사용한 막대 그래프 그리기 – ggplot2 초급

http://www.dodomira.com/2016/03/18/ggplot2-%EA%B8%B0%EC%B4%88/

[DBGUIDE 연재] ggplot2를 이용한 R 시각화

http://freesearch.pe.kr/archives/3134

A box and whiskers plot (in the style of Tukey)

http://ggplot2.tidyverse.org/reference/geom_boxplot.html

R ggplot2: stat_count() must not be used with a y aesthetic error in Bar graph

https://stackoverflow.com/questions/39679057/r-ggplot2-stat-count-must-not-be-used-with-a-y-aesthetic-error-in-bar-graph


* 기타

Add a field conditional on the other with a function

https://stackoverflow.com/questions/12750997/add-a-field-conditional-on-the-other-with-a-function

apply 함수군 (lapply, sapply, tapply)

http://sosal.kr/710

R의 문자열 처리 및 비교

http://goodtogreate.tistory.com/entry/R%EC%9D%98-%EB%AC%B8%EC%9E%90%EC%97%B4-%EC%B2%98%EB%A6%AC-%ED%95%A8%EC%88%98