Lock in $30 Savings on PRO—Offer Ends Soon! ⏳
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
ウェブサービスデザイン 2 / Web Service Design 2
ks91
PRO
0
8
Learning to Govern the Orbital Commons: A Serious Game on Incentivizing Debris Removal
ks91
PRO
0
4
FinTech 13-14 : FinTech Ideathon and Poster
ks91
PRO
0
92
講師自己紹介 / Lecturer Self-Introduction
ks91
PRO
0
18
講師研究紹介 / Lecturer Research Profile
ks91
PRO
0
12
NPO とは何か (を考えるワールドカフェ) / What is an NPO? (A World Café for Reflection)
ks91
PRO
0
70
FinTech 11-12 : Cyber-Physical Society and Future of Finance
ks91
PRO
0
67
AI 前提社会のキャッチ=22 (または私は如何にして民主主義、文書主義、人道的活動...) / Catch-22 in an AI-Premised Society (or How I Came to Democracy, Documentation, Humanitarian Activities...)
ks91
PRO
0
12
ウェブサービスデザイン 1 / Web Service Design 1
ks91
PRO
0
9
Other Decks in Business
See All in Business
HashPort Company Deck
hashport
0
19k
【DearOne】Dear Newest Member
hrm
2
13k
イクシアス株式会社 会社紹介資料
ixyas
0
2.5k
ペイジェント採用資料
paygent
0
22k
20251115_BTCONJP_GENDAのアミューズメント施設へのDX支援
kenshiro1352
0
170
採用ピッチ資料|SBペイメントサービス株式会社
sbps
0
34k
キャンバスエッジ株式会社 会社説明資料
canvasedge
0
870
CREALを知る
creal
PRO
0
500
転職せずに 仕事の満足度を上げる方法:ジョブ・クラフティング入門
megumikeda
1
1.2k
スマートキャンプ株式会社 会社紹介資料 / companydeck
smartcamp
1
2.5k
Sales Marker Culture Book(English)
salesmarker
PRO
2
7.2k
Enterprise CS
resilire
0
400
Featured
See All Featured
Product Roadmaps are Hard
iamctodd
PRO
55
12k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
666
130k
How to train your dragon (web standard)
notwaldorf
97
6.4k
YesSQL, Process and Tooling at Scale
rocio
174
15k
A Tale of Four Properties
chriscoyier
162
23k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
31
2.7k
Being A Developer After 40
akosma
91
590k
How to Ace a Technical Interview
jacobian
280
24k
Why Our Code Smells
bkeepers
PRO
340
57k
Facilitating Awesome Meetings
lara
57
6.6k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
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