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
Next revisionBoth sides next revision
b:head_first_statistics:visualization [2020/09/07 13:21] – [Histogram] hkimscilb:head_first_statistics:visualization [2022/09/14 08:49] hkimscil
Line 92: Line 92:
  
 ====== Scatter plot ====== ====== Scatter plot ======
- +<code> 
 +hist(mtcars$hp) 
 +</code> 
 +{{:c:ps1-1:2019:pasted:20190909-103341.png}} 
  
-<code># Simple Scatterplot+ <code># Simple Scatterplot
 attach(mtcars) attach(mtcars)
 plot(wt, mpg, main="Scatterplot Example", plot(wt, mpg, main="Scatterplot Example",
Line 164: Line 168:
 see  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/
-  * Histogram +  * Life expectancy data: {{:life.exp.csv}}
-{{:c:ps1-1:2019:pasted:20190909-103341.png}} +
-    * Life expectancy data: {{:life.exp.csv}}+
  
 <code> <code>
b/head_first_statistics/visualization.txt · Last modified: 2023/09/11 08:11 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki