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.5k
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.4k
統計的因果推論勉強会 第4回
hikaru1122
0
1.4k
統計的因果推論勉強会 第3回
hikaru1122
0
2k
統計的因果推論勉強会 第2回
hikaru1122
0
2.1k
Other Decks in Education
See All in Education
FinOpsスキルの効率的な上げ方 #ochacafe
chacco38
1
160
データ分析
takenawa
0
130
プログラミング教育する大学、ZEN大学
sifue
1
470
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
signer
PRO
0
1.7k
自己紹介 / who-am-i
yasulab
PRO
3
5k
CV_1_Introduction
hachama
0
250
女子商アプリ開発の軌跡
asial_edu
0
370
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
signer
PRO
1
2.3k
Sanapilvet opetuksessa
matleenalaakso
0
32k
Webリテラシー基礎
takenawa
0
130
探究的な学び:Monaca Educationで学ぶプログラミングとちょっとした課題解決
asial_edu
0
360
Design Guidelines and Principles - Lecture 7 - Information Visualisation (4019538FNR)
signer
PRO
0
2.3k
Featured
See All Featured
Become a Pro
speakerdeck
PRO
28
5.3k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
A Tale of Four Properties
chriscoyier
159
23k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
What's in a price? How to price your products and services
michaelherold
245
12k
Writing Fast Ruby
sferik
628
61k
Git: the NoSQL Database
bkeepers
PRO
430
65k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
Done Done
chrislema
184
16k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
105
19k
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
47
2.7k
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.