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
日本の情報系社会人院生のリアル -JAIST 修士編-
yurikomium
1
130
Editor First: Customizing TYPO3 for a Cleaner Workflow
ulli
0
100
とある長岡高専卒のおっさんがIT企業のマネージャーになるまで / journey-from-nagaoka-kosen-grad-to-it-manager
masaru_b_cl
0
120
生成AI活用セミナー/GAI-workshop
gnutar
0
130
ROSConJP 2025 発表スライド
f0reacharr
0
240
【品女100周年企画】Pitch Deck
shinagawajoshigakuin_100th
0
8k
生態系ウォーズ - ルールブック
yui_itoshima
1
290
Design Guidelines and Models - Lecture 5 - Human-Computer Interaction (1023841ANR)
signer
PRO
0
1.1k
the difficulty into words
ukky86
0
150
The knowledge panel is your new homepage
bradwetherall
0
190
言葉の文化祭2025:IKIGAI World Fes:program
tsutsumi
1
270
附属科学技術高等学校の概要|Science Tokyo(東京科学大学)
sciencetokyo
PRO
0
1.4k
Featured
See All Featured
For a Future-Friendly Web
brad_frost
180
10k
We Have a Design System, Now What?
morganepeng
53
7.8k
RailsConf 2023
tenderlove
30
1.3k
VelocityConf: Rendering Performance Case Studies
addyosmani
332
24k
The Language of Interfaces
destraynor
162
25k
The Cost Of JavaScript in 2023
addyosmani
55
9k
Making Projects Easy
brettharned
120
6.4k
Agile that works and the tools we love
rasmusluckow
331
21k
Building an army of robots
kneath
306
46k
Mobile First: as difficult as doing things right
swwweet
225
10k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.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.