Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
R実習 2016年9月25日
Search
Hikaru Goto
September 25, 2016
Education
1
2.7k
R実習 2016年9月25日
3時間R実習のイントロ部分です。26th とありますが,25th 之間違い。
Hikaru Goto
September 25, 2016
Tweet
Share
More Decks by Hikaru Goto
See All by Hikaru Goto
統計的因果推論勉強会第5回
hikaru1122
0
2.5k
統計的因果推論勉強会 第4回
hikaru1122
0
1.4k
統計的因果推論勉強会 第3回
hikaru1122
0
2.1k
統計的因果推論勉強会 第2回
hikaru1122
0
2.2k
Other Decks in Education
See All in Education
160人の中高生にAI・技術体験の講師をしてみた話
shuntatoda
1
360
1125
cbtlibrary
0
190
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
signer
PRO
0
2.5k
栃木県警サイバーセキュリティ研修会2026
nomizone
0
310
Multimodal Interaction - Lecture 3 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
2k
卒論の書き方 / Happy Writing
kaityo256
PRO
56
28k
TypeScript初心者向け完全ガイド
mickey_kubo
1
150
1202
cbtlibrary
0
220
MySmartSTEAM 2526
cbtlibrary
0
210
【ベテランCTOからのメッセージ】AIとか組織とかキャリアとか気になることはあるけどさ、個人の技術力から目を背けないでやっていきましょうよ
netmarkjp
2
3.8k
Information Architectures - Lecture 2 - Next Generation User Interfaces (4018166FNR)
signer
PRO
1
1.8k
Security, Privacy and Trust - Lecture 11 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
330
40k
The Spectacular Lies of Maps
axbom
PRO
1
580
Why Mistakes Are the Best Teachers: Turning Failure into a Pathway for Growth
auna
0
74
How to build a perfect <img>
jonoalderson
1
5.2k
How to audit for AI Accessibility on your Front & Back End
davetheseo
0
210
Hiding What from Whom? A Critical Review of the History of Programming languages for Music
tomoyanonymous
2
500
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
47
8k
Rails Girls Zürich Keynote
gr2m
96
14k
30 Presentation Tips
portentint
PRO
1
250
Believing is Seeing
oripsolob
1
72
Odyssey Design
rkendrick25
PRO
2
530
How to Build an AI Search Optimization Roadmap - Criteria and Steps to Take #SEOIRL
aleyda
1
1.9k
Transcript
Hands-on Training on Statistical Analysis with R Step by Step
Study Camp Day2 September 26th, 2016
Disclaimer • I don't know all about R(I don't like
programing). • Sorry for my poor English! • If you are familiar with Stats or R, please support your team members.
The aims of this course • To understand basic Statistics
with R • To learn how to use R for your research • Not to be a Datascientist or programmer
What is R? • Have you ever used R? •
various softwares for Statistical Analysis.
A few disadvantages • CUI not GUI(like SPSS) • We
need to learn how to program for R a little bit.
A lot of advantages • It's FREE forever! • After
graduating from JAIST, you can do data-analysis with R. • You can do whatever you want to do about Statistics. • R gets popular more and more.
When you use GUI software... Click here, click there, click
here... ໘
When you use R... • Just copy(or write) and Run!!
• You can record an analysis procedure and do it again easily.
Don't worry! • You can use R easily with RStudio.
Fundamental Knowledge of R • R tells a capital letter
from a small letter. • R can't run if you write wrong codes(programs). • R can't understand Japanese(but can display).
How to use R and RStudio step by step Step1.
Launch RStudio Step2. Create a project Step3. Import a dataset to RStudio Step4. Write codes Step5. Run It's easy to use R!!
What is "dataset"? • "Dateset" is very important. • Pay
more attention to the data you analyze before analyzing. • Enter the codes in "Editor window".
ͬͯΈΑ͏
Take-home messages • R is not everything! • but, you
can have many options of data analyis, thanks to R. • Of course, you can(should) use other softwares.