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
データフレームと代表値 / Data Frame and Representative Values
Search
Kenji Saito
PRO
November 28, 2023
Business
0
160
データフレームと代表値 / Data Frame and Representative Values
早稲田大学大学院経営管理研究科「企業データ分析」2023 冬のオンデマンド教材 第3回で使用したスライドです。
Kenji Saito
PRO
November 28, 2023
Tweet
Share
More Decks by Kenji Saito
See All by Kenji Saito
スマートコントラクトと分散ファイナンス / Smart Contracts and Decentralized Finance
ks91
PRO
0
16
シン・ブロックチェーン / Truth of Blockchain
ks91
PRO
0
64
パスワード/パスフレーズと認証 / Password, Passphrase and Authentication
ks91
PRO
0
29
git と GitHub / git and GitHub
ks91
PRO
0
29
ソフトウェアの開発と保守 / Software Development and Maintenance
ks91
PRO
0
38
インターネットの特徴 / Features of the Internet
ks91
PRO
0
24
インターネットのガバナンス / Governance of the Internet
ks91
PRO
0
25
暗号学的ハッシュ関数 / Cryptographic Hash Function
ks91
PRO
0
30
デジタル署名 / Digital Signature
ks91
PRO
0
27
Other Decks in Business
See All in Business
Bwell Group Recruit
yuyaokagawa
0
730
セキュリティエンジニアってなんだろう?
hitmew
1
490
アッテル会社紹介資料/culture deck
attelu
10
15k
プロジェクトにおける政治について
ichimichi
19
4.2k
株式会社カウシェ Company Deck
kauche
2
200k
株式会社HRbase_労務開発会社説明資料
hrbase_recruit
0
430
事業計画及び成長可能性に関する事項 2025年6月25日
cynd
0
130
フルカイテン株式会社 採用資料
fullkaiten
0
65k
20250613_CMC_2025_A3
hideki_ojima
0
420
アシスト 会社紹介資料
ashisuto_career
3
120k
c-slide_サービス紹介資料テンプレート
coneinc
0
230
Mico Career Deck_Japan
micoinc
0
5.2k
Featured
See All Featured
The Cult of Friendly URLs
andyhume
79
6.4k
GitHub's CSS Performance
jonrohan
1031
460k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
124
52k
Gamification - CAS2011
davidbonilla
81
5.3k
A Tale of Four Properties
chriscoyier
159
23k
Music & Morning Musume
bryan
46
6.6k
What's in a price? How to price your products and services
michaelherold
245
12k
How to Think Like a Performance Engineer
csswizardry
24
1.7k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
281
13k
Practical Orchestrator
shlominoach
188
11k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
Transcript
generated by Stable Diffusion XL v1.0 2023 3 (WBS) 2023
3 — 2023-11 – p.1/18
https://speakerdeck.com/ks91 2023 3 — 2023-11 – p.2/18
( 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 3 — 2023-11 – p.3/18
2023 3 — 2023-11 – p.4/18
RStudio (1) Project New Project. . . (2) New Directory
→ New Project (3) Directory name Create Project ( ) 2023 3 — 2023-11 – p.5/18
( ) ( ) ( ) Excel 2023 3 —
2023-11 – p.6/18
: > <- c(" ", " ", " ") >
<- c(80, 78, 90) > <- c(88, 72, 95) > <- data.frame( , , ) > # 1 80 88 2 78 72 3 90 95 > [3,] # 3 > [,3] # 3 > [3,3] # 3 3 > $ # 3 ( [,3] ) > attach( ) “ $” 2023 3 — 2023-11 – p.7/18
2023 3 — 2023-11 – p.8/18
(1) Dropbox data “ .txt” (2) (RStudio )( ) (3)
RStudio > <- read.table(" .txt", header=T) > par(pty="s") # (square) > plot( ) # > plot( , xlim=c(0, 100), ylim=c(0, 100)) # 0 100 ‘read.table(. . .)’ ‘header=T’ (T True) ( ) ‘par(. . .)’ 2023 3 — 2023-11 – p.9/18
” .txt” " " " " 96 65 35 36
26 30 32 50 91 66 47 22 73 59 67 70 52 18 68 79 37 46 41 64 77 74 86 92 . . . ( ) 100 R 2023 3 — 2023-11 – p.10/18
(Ubuntu ) . . . (1) Tools → Global Options.
. . (2) Options Graphics (3) Graphics Device Backend “Cairo” OK Export → Save as PDF. . . Options “Use cairo_pdf device” Ubuntu Cairo https://www.cairographics.org GPL 2023 3 — 2023-11 – p.11/18
2023 3 — 2023-11 – p.12/18
(macOS ) R console > capabilities()[c("cairo", "X11")] . . .
cairo FALSE ( ) X11 FALSE X11 https://www.xquartz.org pkg (X11 XQuartz macOS ) . . . (1) Tools → Global Options. . . (2) Options Graphics (3) Graphics Device Backend “Cairo” OK Export → Save as PDF. . . Options “Use cairo_pdf device (requires X11)” 2023 3 — 2023-11 – p.13/18
(Windows ) . . . (1) Tools → Global Options.
. . (2) Options Graphics (3) Graphics Device Backend “Cairo” OK Export → Save as PDF. . . Options “Use cairo_pdf device” ( ) > par(family="Japan1") R > par(pty="s") > ( ) 2023 3 — 2023-11 – p.14/18
. . . Graphics Device Backend “Cairo” “AGG” ragg AGG
( GPL) ragg AGG R JPEG PNG PDF/EPS 2023 3 — 2023-11 – p.15/18
2023 3 — 2023-11 – p.16/18
” .txt” “ ” > mean( $ ) # >
median( $ ) # > summary( ) # ( , 1 , , , 3 , ) Min. : 19.00 Min. : 7.00 1st Qu.: 44.75 1st Qu.:38.00 Median : 59.00 Median :53.00 Mean : 59.06 Mean :51.73 3rd Qu.: 73.00 3rd Qu.:66.00 Max. :100.00 Max. :94.00 > sd( $ ) # 1 (quartile) 1 4 , 3 3 4 ( 2 = ) 2023 3 — 2023-11 – p.17/18
2023 3 — 2023-11 – p.18/18