箱ひげ図

Rで学ぶ探索的データ分析

Andrew Bray

Assistant Professor, Reed College

ch2_3.001.png

Rで学ぶ探索的データ分析

ch2_3.002.png

Rで学ぶ探索的データ分析

ch2_3.003.png

Rで学ぶ探索的データ分析

ch2_3.004.png

Rで学ぶ探索的データ分析

ch2_3.005.png

Rで学ぶ探索的データ分析

ch2_3.006.png

Rで学ぶ探索的データ分析

ch2_3.007.png

Rで学ぶ探索的データ分析

ch2_3.008.png

Rで学ぶ探索的データ分析

ch2_3.009.png

Rで学ぶ探索的データ分析

ch2_3.010.png

Rで学ぶ探索的データ分析

ch2_3.011.png

Rで学ぶ探索的データ分析

ch2_3.012.png

Rで学ぶ探索的データ分析

並列箱ひげ図

ggplot(common_cyl, aes(x = as.factor(ncyl), y = city_mpg)) +
  geom_boxplot()
Warning message:
Removed 11 rows containing non-finite values (stat_boxplot). 

ch2_3.014.png

Rで学ぶ探索的データ分析

並列箱ひげ図

ggplot(common_cyl, aes(x = as.factor(ncyl), y = city_mpg)) +
  geom_boxplot()
Warning message:
Removed 11 rows containing non-finite values (stat_boxplot). 

ch2_3.015.png

Rで学ぶ探索的データ分析

並列箱ひげ図

ggplot(common_cyl, aes(x = as.factor(ncyl), y = city_mpg)) +
  geom_boxplot()
Warning message:
Removed 11 rows containing non-finite values (stat_boxplot). 

ch2_3.016.png

Rで学ぶ探索的データ分析

ch2_3.018.png

Rで学ぶ探索的データ分析

ch2_3.019.png

Rで学ぶ探索的データ分析

演習に進みましょう!

Rで学ぶ探索的データ分析

Preparing Video For Download...