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
ヒストグラムと箱ひげ図 / Histograms and Box-and-Whisker Plots
Search
Kenji Saito
PRO
November 28, 2023
Business
0
160
ヒストグラムと箱ひげ図 / Histograms and Box-and-Whisker Plots
早稲田大学大学院経営管理研究科「企業データ分析」2023 冬のオンデマンド教材 第4回で使用したスライドです。
Kenji Saito
PRO
November 28, 2023
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
We Never Took the Kobayashi Maru Test Until Now. What Do You Think of Our Solutions? — Journeys of the Mind Through a No-Win Game
ks91
PRO
0
12
思いつきが武器になる:研究というゲームを始めよう / Ideas Are Your Equipments : Let the Game of Research Begin!
ks91
PRO
0
65
ロボットを雰囲気(ヴァイブ)でプログラミングするこどもたち / Children Vibe-Programming Robots
ks91
PRO
0
21
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 3
ks91
PRO
0
30
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 2
ks91
PRO
0
32
アカデミーキャンプ 2025 SuuuuuuMMeR「燃えろ!!ロボコン」 / Academy Camp 2025 SuuuuuuMMeR "Burn the Spirit, Robocon!!" DAY 1
ks91
PRO
0
160
未来へのフォワードキャスト / Forward Cast to the Future
ks91
PRO
0
86
発表と総括 / Presentations and Summary
ks91
PRO
0
61
サイバーフィジカル社会、金融の未来とアイデアソン / Cyber Physical Society, Future of Finance, and Ideathon
ks91
PRO
0
78
Other Decks in Business
See All in Business
FinTech WATARU会 #16 金融経済圏の激戦図:預金集めの次の一手
8maki
0
190
コミューン株式会社_採用候補者様向け資料
commune
PRO
1
1.9k
Rakus Career Introduction
rakus_career
0
390k
株式会社ビットエー_BrandBook
bita_2011
0
1.2k
SHOW就活株式会社 会社紹介
showsyukatsu0801
0
120
COMPANY INTRODUCTION
lenz_co
0
160
株式会社あるよ_会社紹介資料20250808.pdf
aruyo_mori
0
3.9k
株式会社BANKEY 会社説明資料(Aug.26.2025)
bankey
0
1.8k
20250901_UPDATER_companysummary
updater_pr
0
88k
VISASQ: ABOUT US
eikohashiba
15
520k
Sales Marker Culture Book(English)
salesmarker
PRO
2
6.2k
物流の専門家がお客様に伴走するサブスク型コンサルティング
mclogi
0
270
Featured
See All Featured
Why Our Code Smells
bkeepers
PRO
339
57k
The Cult of Friendly URLs
andyhume
79
6.6k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
The World Runs on Bad Software
bkeepers
PRO
70
11k
Six Lessons from altMBA
skipperchong
28
4k
The Straight Up "How To Draw Better" Workshop
denniskardys
236
140k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Faster Mobile Websites
deanohume
309
31k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Fireside Chat
paigeccino
39
3.6k
Visualization
eitanlees
147
16k
jQuery: Nuts, Bolts and Bling
dougneiner
64
7.9k
Transcript
generated by Stable Diffusion XL v1.0 2023 4 (WBS) 2023
4 — 2023-11 – p.1/11
https://speakerdeck.com/ks91 2023 4 — 2023-11 – p.2/11
( 20 ) 1 • 2 R • 3 •
4 • 5 6 ( ) 7 (1) 8 (2) 9 R ( ) (1) 10 R ( ) (2) 11 R ( ) (1) 12 R ( ) (2) 13 GPT-4 14 GPT-4 15 ( ) LaTeX Overleaf 8 (12/14 ) / (2 ) OK / 2023 4 — 2023-11 – p.3/11
( ) 2023 4 — 2023-11 – p.4/11
( ) (histogram) x ( : 10 ) y (
) 2023 4 — 2023-11 – p.5/11
“ .txt” # > <- read.table(" .txt", header=T) > attach(
) # ( ) > hist( ) # > hist( ) # # > hist( , xlab=" ", ylab=" ", main=" ") ‘hist( . . . )’ ‘xlab’ ‘ylab’ x y ‘main’ 2023 4 — 2023-11 – p.6/11
ֶͷͷ ᩘᏛࡢᚓⅬ ᗘᩘ 0 20 40 60 80 100 0
5 10 15 2023 4 — 2023-11 – p.7/11
(box plot / box-and-whisker plot) ( ; box) 1 2
( ) 3 1 −1 . 5× 3 +1 . 5× ◦ 2023 4 — 2023-11 – p.8/11
“ .txt” # attach( ) > boxplot( ) # >
boxplot( ) # > boxplot( , ) # > boxplot( ) # > boxplot( , ylim=c(0, 100)) # 0 100 ‘boxplot( . . . )’ ( ) ( ) boxplot( [2:3], ylim=c(0, 100)) 2023 4 — 2023-11 – p.9/11
ⱥㄒ ᩘᏛ 0 20 40 60 80 100 2023 4
— 2023-11 – p.10/11
2023 4 — 2023-11 – p.11/11