$30 off During Our Annual Pro Sale. View Details »
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
散布図と相関(と Git) / Scatter plots and correlations ...
Search
Kenji Saito
PRO
November 28, 2024
Technology
0
3
散布図と相関(と Git) / Scatter plots and correlations (and Git)
早稲田大学大学院経営管理研究科「企業データ分析」2024 冬のオンデマンド教材 第5回で使用したスライドです。
Kenji Saito
PRO
November 28, 2024
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
棒グラフ、帯グラフ(、円グラフ) / Bar chart, band chart (, pie chart)
ks91
PRO
0
3
さまざまなグラフ描画(1) / Various graphical representations (1)
ks91
PRO
0
3
さまざまなグラフ描画(2) / Various graphical representations (2)
ks91
PRO
0
1
講師自己紹介 / Self-Introduction of the Lecturer
ks91
PRO
0
7
R をインストールする / Installing R
ks91
PRO
0
14
組織とデータ分析/統計的仮説検定 / Organization, data analysis and statistical hypothesis testing
ks91
PRO
0
15
データフレームと代表値 / Data frame and representative values
ks91
PRO
0
5
ヒストグラムと箱ひげ図 / Histograms and box-and-whisker diagrams
ks91
PRO
0
4
発表と総括 / Presentations and Summary
ks91
PRO
0
18
Other Decks in Technology
See All in Technology
Yahoo! JAPANトップページにおけるマイクロフロントエンド - 大規模組織におけるFE開発を加速させるには
lycorptech_jp
PRO
0
1.5k
専門領域に特化したチームの挑戦
leveragestech
0
110
"とにかくやってみる"で始めるAWS Security Hub
maimyyym
2
190
プラットフォームエンジニアリングアーキテクチャ道場 on AWS & EKS Kubernetes / Platform Engineering Architecture Dojo
riita10069
5
650
SAP Community and Developer Update
sygyzmundovych
0
350
Entra ID の基礎(Japan Microsoft 365 コミュニティ カンファレンス 2024)
murachiakira
2
600
LINEヤフーにおける超大規模プラットフォーム実現への挑戦と学び / Challenges and Lessons in Building an Ultra-Large-Scale Platform at LY Corporation
hhiroshell
1
170
乗っ取れKubernetes!!~リスクから学ぶKubernetesセキュリティの考え方~/k8s-risk-and-security
mochizuki875
2
220
日経電子版のStoreKit2フルリニューアル
shimastripe
3
190
PFN Company Deck
pfn
PRO
1
110
50以上のマイクロサービスを支えるアプリケーションプラットフォームの設計・構築の後悔と進化 #CNDW2024 / regrets and evolution of application platform
toshi0607
4
370
Continuous Integration! Raising the Bar
tdpauw
1
110
Featured
See All Featured
Rails Girls Zürich Keynote
gr2m
94
13k
Building a Scalable Design System with Sketch
lauravandoore
459
33k
It's Worth the Effort
3n
183
27k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
Visualization
eitanlees
145
15k
The World Runs on Bad Software
bkeepers
PRO
65
11k
What's in a price? How to price your products and services
michaelherold
243
12k
Faster Mobile Websites
deanohume
305
30k
Code Reviewing Like a Champion
maltzj
520
39k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
131
33k
Navigating Team Friction
lara
183
14k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
Transcript
Boxes and whiskers — generated by Stable Diffusion XL v1.0
2024 5 ( Git) (WBS) 2024 5 ( Git) — 2024-11 – p.1/16
https://speakerdeck.com/ks91/collections/corporate-data-analysis-2024-winter 2024 5 ( Git) — 2024-11 – p.2/16
( 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/16 ) / (2 ) OK / 2024 5 ( Git) — 2024-11 – p.3/16
RStudio Git 2 2024 5 ( Git) — 2024-11 –
p.4/16
RStudio Git RStudio Git Git ( GPL) GitHub Git (
) RStudio pull 2024 5 ( Git) — 2024-11 – p.5/16
Git RStudio Git (OS ) Linux : ( OK) macOS
: Xcode (Apple ) Xcode AppStore https://apps.apple.com/jp/app/xcode/id497799835 Windows : https://gitforwindows.org OK https://github.com/ks91/cda-demo Git ( ) 2024 5 ( Git) — 2024-11 – p.6/16
(scatter plot) 2 x y ( ) (◦ ) plot
(verb): mark out or allocate (points) on a graph cda-demo “ .R” 1 2024 5 ( Git) — 2024-11 – p.7/16
“ .txt” 1 1 <- read.table(" .txt", header=T) plot( 1,
xlim=c(0, 100), ylim=c(0, 100), xlab=" ", ylab=" ", main=" ") : 2024 5 ( Git) — 2024-11 – p.8/16
0 20 40 60 80 100 0 20 40 60
80 100 ṇࡢ┦㛵ࡢ ⱥㄒࡢヨ㦂⤖ᯝ ᩘᏛࡢヨ㦂⤖ᯝ 2024 5 ( Git) — 2024-11 – p.9/16
“ .txt” 2 2 <- read.table(" .txt", header=T) plot( 2,
xlim=c(0, 20.0), ylim=c(13.0, 18.0), xlab=" ", ylab="100m ( )", main=" ") : 2024 5 ( Git) — 2024-11 – p.10/16
0 5 10 15 20 13 14 15 16 17
18 ㈇ࡢ┦㛵ࡢ 㐌ᙜࡓࡾࡢㄢእ㐠ື㛫 100m㉮ࡢࢱ࣒ (⛊) 2024 5 ( Git) — 2024-11 – p.11/16
1 2 plot( 1$ , 2$ , xlim=c(0, 100), ylim=c(13.0,
18.0), xlab=" ", ylab="100m ( )", main=" ") ( ) : 2024 5 ( Git) — 2024-11 – p.12/16
0 20 40 60 80 100 13 14 15 16
17 18 ↓┦㛵ࡢ ⱥㄒࡢヨ㦂⤖ᯝ 100m㉮ࡢࢱ࣒ (⛊) 2024 5 ( Git) — 2024-11 – p.13/16
3 1 2 3 3 <- data.frame( = 1$ ,
= 1$ , = 2$ , = 2$ ) plot( 3) 2 12 : plot 2024 5 ( Git) — 2024-11 – p.14/16
ⱥㄒ 20 40 60 80 20 40 60 80 100
13 14 15 16 17 20 40 60 80 ᩘᏛ 㐠ື㛫 0 5 10 15 13 14 15 16 17 20 40 60 80 100 0 5 10 15 ▷㊥㞳 2024 5 ( Git) — 2024-11 – p.15/16
2024 5 ( Git) — 2024-11 – p.16/16