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
20250910_エンジニアの成長は自覚するところから_サポーターズ勉強会
ippei0923
0
240
(2025) L'origami, mieux que la règle et le compas
mansuy
0
130
Pythonパッケージ管理 [uv] 完全入門
mickey_kubo
23
24k
相互コミュニケーションの難しさ
masakiokuda
0
220
Transición del Management al Neuromanagement
jvpcubias
0
210
生態系ウォーズ - ルールブック
yui_itoshima
1
250
Pydantic(AI)とJSONの詳細解説
mickey_kubo
0
190
20250625_なんでもCopilot 一年の振り返り
ponponmikankan
0
360
今までのやり方でやってみよう!?~今までのやり方でやってみよう!?~
kanamitsu
0
170
Data Management and Analytics Specialisation
signer
PRO
0
1.5k
Open Source Summit Japan 2025のボランティアをしませんか
kujiraitakahiro
0
850
DIP_1_Introduction
hachama
0
120
Featured
See All Featured
Building Adaptive Systems
keathley
43
2.7k
Chrome DevTools: State of the Union 2024 - Debugging React & Beyond
addyosmani
7
850
The Cult of Friendly URLs
andyhume
79
6.6k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
BBQ
matthewcrist
89
9.8k
Six Lessons from altMBA
skipperchong
28
4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.9k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Bash Introduction
62gerente
615
210k
Visualization
eitanlees
148
16k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
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.