[devil's camp] - 자료분석 using r (정진경)

Post on 20-Feb-2017

262 Views

Category:

Software

6 Downloads

Preview:

Click to see full reader

TRANSCRIPT

자료분석 using R‘21 정진경

자료분석 ?

Lady Tasting Tea (The Design of Experiments)

변수 종류에 따른 분석분할표회귀 모형

분할표

회귀 모형

Data = Model + Error

OLS (Ordinary Least Squares) Method

RStudio 및 코드 다운로드R 설치 : https://cran.rstudio.com/

RStudio 설치 : https://www.rstudio.com/products/rstudio/download/

실습 코드 : … http://bit.ly/28ZfNuo

단순 회귀 모형Example - Car Repair Data

Anscombe’s Quartet

회귀 진단 - 선형성 가정Example - Hamilton Data

회귀 진단 - 이상점 , 영향점Example - Cook’s Distance, DFITS

다중 회귀 모형Example - Supervisor Data

Supervisor Performance Data

어떤 모델이 적절한가 ?

범주형 설명변수 , 교호작용Example - Salary Survey Data

Salary Survey Data 모형

회귀방정식 해석

회귀진단 - 오차의 자기상관Example - Ski Sales Data

AR Model

로지스틱 회귀 모형

GLM - 이항반응변수

로지스틱 회귀

다중공선성

변수 선택

top related