Upgrade to Pro — share decks privately, control downloads, hide ads and more …

散布図と相関(と Git) / Scatter plots and correlations ...

散布図と相関(と Git) / Scatter plots and correlations (and Git)

早稲田大学大学院経営管理研究科「企業データ分析」2024 冬のオンデマンド教材 第5回で使用したスライドです。

Avatar for Kenji Saito

Kenji Saito

November 28, 2024
Tweet

More Decks by Kenji Saito

Other Decks in Technology

Transcript

  1. Boxes and whiskers — generated by Stable Diffusion XL v1.0

    2024 5 ( Git) (WBS) 2024 5 ( Git) — 2024-11 – p.1/16
  2. ( 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
  3. RStudio Git RStudio Git Git ( GPL) GitHub Git (

    ) RStudio pull 2024 5 ( Git) — 2024-11 – p.5/16
  4. 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
  5. (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
  6. “ .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
  7. 0 20 40 60 80 100 0 20 40 60

    80 100 ṇࡢ┦㛵ࡢ౛ ⱥㄒࡢヨ㦂⤖ᯝ ᩘᏛࡢヨ㦂⤖ᯝ 2024 5 ( Git) — 2024-11 – p.9/16
  8. “ .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
  9. 0 5 10 15 20 13 14 15 16 17

    18 ㈇ࡢ┦㛵ࡢ౛ 㐌ᙜࡓࡾࡢㄢእ㐠ື᫬㛫 100m㉮ࡢࢱ࢖࣒ (⛊) 2024 5 ( Git) — 2024-11 – p.11/16
  10. 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
  11. 0 20 40 60 80 100 13 14 15 16

    17 18 ↓┦㛵ࡢ౛ ⱥㄒࡢヨ㦂⤖ᯝ 100m㉮ࡢࢱ࢖࣒ (⛊) 2024 5 ( Git) — 2024-11 – p.13/16
  12. 3 1 2 3 3 <- data.frame( = 1$ ,

    = 1$ , = 2$ , = 2$ ) plot( 3) 2 12 : plot 2024 5 ( Git) — 2024-11 – p.14/16
  13. ⱥㄒ 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