形状と変換

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

Andrew Bray

Assistant Professor, Reed College

多峰性

2019-08-08 20.46.20 のスクリーンショット.png

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

歪度

ch3_3.003.png

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

歪度

ch3_3.004.png

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

歪度

ch3_3.005.png

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

所得の分布形状

ggplot(life, aes(x = income, fill = west_coast)) +
  geom_density(alpha = .3)

ch3_3.009.png

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

所得の分布形状

ggplot(life, aes(x = income, fill = west_coast)) +
  geom_density(alpha = .3)

ggplot(life, aes(x = log(income), fill = west_coast)) + geom_density(alpha = .3)

ch3_3.012.png

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

練習してみましょう!

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

Preparing Video For Download...