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.6k
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
2.1k
統計的因果推論勉強会 第2回
hikaru1122
0
2.1k
Other Decks in Education
See All in Education
万博非公式マップとFOSS4G
barsaka2
0
1.3k
生成AI活用セミナー/GAI-workshop
gnutar
0
120
生態系ウォーズ - ルールブック
yui_itoshima
1
270
バケットポリシーの記述を誤りマネコンからS3バケットを操作できなくなりそうになった話
amarelo_n24
1
110
Online Privacy
takahitosakamoto
1
120
核燃料政策を問う─英国の決断と日本
hide2kano
0
200
Master of Applied Science & Engineering: Computer Science & Master of Science in Applied Informatics: Artificial Intelligence and Data Science
signer
PRO
0
830
Introduction - Lecture 1 - Web Technologies (1019888BNR)
signer
PRO
0
5.6k
H5P-työkalut
matleenalaakso
4
40k
HCI and Interaction Design - Lecture 2 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.3k
American Airlines® USA Contact Numbers: The Ultimate 2025 Guide
lievliev
0
260
質のよいアウトプットをできるようになるために~「読む・聞く、まとめる、言葉にする」を読んで~
amarelo_n24
0
260
Featured
See All Featured
Done Done
chrislema
185
16k
BBQ
matthewcrist
89
9.8k
Code Reviewing Like a Champion
maltzj
525
40k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.7k
GraphQLとの向き合い方2022年版
quramy
49
14k
Six Lessons from altMBA
skipperchong
28
4k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.1k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Fireside Chat
paigeccino
40
3.7k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
140
34k
Facilitating Awesome Meetings
lara
56
6.6k
The Invisible Side of Design
smashingmag
301
51k
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.