Top Banner
RExcel @Mozk_
25

Kashiwa.R #5 RExcel

May 24, 2015

Download

Documents

Shoichiro Oishi
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Kashiwa.R #5 RExcel

RExcel @Mozk_

Page 2: Kashiwa.R #5 RExcel

インストール

• install.packages("rscproxy") • install.packages("rcom") • library(rcom) • comRegisterRegistry() • install.packages("RExcelInstaller") • library(RExcelInstaller) • installstatconnDCOM() • installRExcel(ForegroundServer=TRUE)

• Excelを起動!

• See http://sunsite.univie.ac.at/rcom/download.html#RExcel for details!

Page 3: Kashiwa.R #5 RExcel

ライセンス • http://rcom.univie.ac.at/

• 無料で非商用利用可能

• http://www.statconn.com/products.html

• 400€

Page 4: Kashiwa.R #5 RExcel

インストール

• install.packages("rscproxy") • install.packages("rcom") • library(rcom) • comRegisterRegistry() • install.packages("RExcelInstaller") • library(RExcelInstaller) • installstatconnDCOM() • installRExcel(ForegroundServer=TRUE)

•Excelを起動!

• See http://sunsite.univie.ac.at/rcom/download.html#RExcel for details!

Page 5: Kashiwa.R #5 RExcel
Page 6: Kashiwa.R #5 RExcel

????

Page 7: Kashiwa.R #5 RExcel

!!

Page 8: Kashiwa.R #5 RExcel

!!!!!!!

Page 9: Kashiwa.R #5 RExcel

Get R Value • 右クリック

• Get R Value

Page 10: Kashiwa.R #5 RExcel

Get R Value • 右クリック

• Get R Value

iris iris

Page 11: Kashiwa.R #5 RExcel

Get R Value • Woo!

Page 12: Kashiwa.R #5 RExcel

Put R Var • 範囲選択

• 右クリック

• Put R Var

Page 13: Kashiwa.R #5 RExcel

Put R Var • 範囲選択

• 右クリック

• Put R Var Seiseki

Page 14: Kashiwa.R #5 RExcel

Put R Var • Woo!

Page 15: Kashiwa.R #5 RExcel

Run R Code • セルにRのコードを入力

• 右クリック

• Run R Code

Page 16: Kashiwa.R #5 RExcel

Run R Code • Woo!

Page 17: Kashiwa.R #5 RExcel

Insert Current R Plot • 右クリック

• Insert Current R Plot

Page 18: Kashiwa.R #5 RExcel

Insert Current R Plot • Woo!

Page 19: Kashiwa.R #5 RExcel

RApply • セルに

=RApply(関数, 引数)

Page 20: Kashiwa.R #5 RExcel

RApply • Woo!

Page 21: Kashiwa.R #5 RExcel

参考資料 • アドイン ⇒ RExcel ⇒ Demo Worksheets

• http://rcom.univie.ac.at/RExcelDemo/

Page 22: Kashiwa.R #5 RExcel

おわり

Page 23: Kashiwa.R #5 RExcel

RStudio使ってますか?

Page 24: Kashiwa.R #5 RExcel

発表者募集

Page 25: Kashiwa.R #5 RExcel

マクロ作成