tableau & r connection

3
1 R 연계 방법(1) Open Source R과 연동하여 R에서 제공하는 다양한 통계함수를 손쉽게 적용 할 수 있음. R 연동으로 통계분석 예시 R 라이브러리 예시 Calculated Field 에서 R 스크립트를 사용하여 R의 Clustering및 회귀분석 함수를 활용한 예시입니다. R 함수를 이용한 Script 문 아래와 같은 R 라이브러리를 활용해서 고차원적인 통계 분석을 진행할 수 있습니다. colorspace Color Space Manipulation DEoptimR Differential Evolution Optimization in pure R dichromat Color Schemes for Dichromats digest Create cryptographic hash digests of R objects GGally Extension to ggplot2. ggplot2 An implementation of the Grammar of Graphics gtable Arrange grobs in tables. labeling Axis Labeling manipulate Interactive Plots for RStudio munsell Munsell colour system mvoutlier Multivariate outlier detection based on robust methods mvtnorm Multivariate Normal and t Distributions outliers Tests for outliers pcaPP Robust PCA by Projection Pursuit pls Partial Least Squares and Principal Component regression plyr Tools for splitting, applying and combining data proto Prototype object-based programming randomForest Breiman and Cutler's random forests for classification and regression RColorBrewer ColorBrewer palettes Rcpp Seamless R and C++ Integration sgeostat An Object-oriented Framework for Geostatistical Modeling in S+ Stringr . . Make it easier to work with strings.

Upload: kyodo-consulting-group-ceo

Post on 28-Jul-2015

313 views

Category:

Data & Analytics


0 download

TRANSCRIPT

Page 1: Tableau & R connection

1

R 연계 방법(1)

Open Source R과 연동하여 R에서 제공하는 다양한 통계함수를손쉽게 적용 할 수 있음.

R 연동으로 통계분석 예시 R 라이브러리 예시

Calculated Field 에서 R 스크립트를 사용하여 R의Clustering및 회귀분석 함수를 활용한 예시입니다.

R 함수를 이용한 Script 문

아래와 같은 R 라이브러리를 활용해서 고차원적인 통계 분석을진행할 수 있습니다.colorspace Color Space Manipulation

DEoptimR Differential Evolution Optimization in pure R

dichromat Color Schemes for Dichromats

digest Create cryptographic hash digests of R objects

GGally Extension to ggplot2.

ggplot2 An implementation of the Grammar of Graphics

gtable Arrange grobs in tables.

labeling Axis Labeling

manipulate Interactive Plots for RStudio

munsell Munsell colour system

mvoutlier Multivariate outlier detection based on robust methods

mvtnorm Multivariate Normal and t Distributions

outliers Tests for outliers

pcaPP Robust PCA by Projection Pursuit

pls Partial Least Squares and Principal Component regression

plyr Tools for splitting, applying and combining data

proto Prototype object-based programming

randomForest Breiman and Cutler's random forests for classification and regression

RColorBrewer ColorBrewer palettes

Rcpp Seamless R and C++ Integration

sgeostat An Object-oriented Framework for Geostatistical Modeling in S+

Stringr

.

.

Make it easier to work with strings.

Page 2: Tableau & R connection

2

R 연계 방법(2)

Predict Analysis

Regression Model을이용한 예측분석은 고급통계분석중 하나로, 오픈소스 R에서 제공하는 통계분석 기법을적용하여 통계분석 결과 데이터를 생성할 수 있음.