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 [2026/09/01 23:10] – [Scatter plot] hkimscilb:head_first_statistics:visualization [2026/09/01 23:14] (current) – [Scatter plot] hkimscil
Line 210: Line 210:
    xlab="Car Weight ", ylab="Miles Per Gallon ",     xlab="Car Weight ", ylab="Miles Per Gallon ", 
    pch=19)</code>    pch=19)</code>
-{{.:pasted:20260901-230946.png}}+{{.:pasted:20260901-230946.png?600}}
  
 explanatory (설명) variable at x axis explanatory (설명) variable at x axis
Line 220: Line 220:
  
 <code># Add fit lines <code># Add fit lines
-abline(lm(mpg~wt), col="red") # regression line (y~x)+abline(lm(mtcars$mpg ~ mtcars$wt), col="red", lwd=2) # regression line (y~x)
 </code> </code>
-{{:b:head_first_statistics:pasted:20240904-083157.png}} +{{.:pasted:20260901-231239.png?600}} 
 +{{{.:pasted:20260901-231245.png}}
 Outlier에 대한 주의 Outlier에 대한 주의
 [{{:pearson-6.png? |}}] [{{:pearson-6.png? |}}]
b/head_first_statistics/visualization.1788304227.txt.gz · Last modified: by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki