User Tools

Site Tools


b:head_first_statistics:visualization

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
b:head_first_statistics:visualization [2024/09/04 08:36] – [Scatter plot] hkimscilb:head_first_statistics:visualization [2024/09/04 08:49] (current) – [Scatter plot] hkimscil
Line 151: Line 151:
 </code> </code>
 {{:b:head_first_statistics:pasted:20240904-083157.png}} {{:b:head_first_statistics:pasted:20240904-083157.png}}
 +
 +Outlier에 대한 주의
 +[{{:pearson-6.png? |}}]
 +<WRAP clear />
 +
  
 A bit more fancy line  A bit more fancy line 
Line 164: Line 169:
 <WRAP clear /> <WRAP clear />
  
-see +====== Presentation ====== 
 +For a very good example, see
 https://www.gapminder.org/answers/how-does-income-relate-to-life-expectancy/ https://www.gapminder.org/answers/how-does-income-relate-to-life-expectancy/
   * Life expectancy data: {{:life.exp.csv}}   * Life expectancy data: {{:life.exp.csv}}
  
-<code+<WRAP clear/
-le <- as.data.frame(read.csv("http://commres.net/wiki/_media/life.exp.csv", header=T)) +====== Histogram skewedness ====== 
-colnames(le)[1] <- "c.code" # not really necessary. But, sometimes imported first characters are broken. +
-lea <- le$X2017 +
-leb <- lea[complete.cases(lea)] +
-hist(leb, color="grey") +
-</code>+
  
-[{{:c:ps1-1:2019:pasted:20190909-110252.png|Life expectancy in 2017}}] 
-<WRAP clear/>. 
-[{{:c:ps1-1:2019:pasted:20190909-104759.png|Distribution of temperature}}] 
-<WRAP clear/>. 
 [{{:c:ps1-1:2019:pasted:20190909-111117.png|skewness}}] [{{:c:ps1-1:2019:pasted:20190909-111117.png|skewness}}]
 <WRAP clear/>. <WRAP clear/>.
 [{{:c:ps1-1:2019:pasted:20190909-111001.png|modality}}] [{{:c:ps1-1:2019:pasted:20190909-111001.png|modality}}]
 <WRAP clear/>. <WRAP clear/>.
-box plot+====== box plot ====== 
 <code> <code>
 # Boxplot of MPG by Car Cylinders # Boxplot of MPG by Car Cylinders
b/head_first_statistics/visualization.1725406582.txt.gz · Last modified: 2024/09/04 08:36 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki