User Tools

Site Tools


r:getting_started

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
r:getting_started [2017/09/06 10:09] – [Starting R] hkimscilr:getting_started [2017/09/06 10:16] – [A trial] hkimscil
Line 45: Line 45:
 boxplot(trees) boxplot(trees)
 pair(trees) pair(trees)
 +</code>
 +<code>cars
 +m.cars <- lm(dist ~ speed, data=cars)
 +m.cars
 +summary(m.cars)
 </code> </code>
  
 +<code>chickwts
 +summary(chickwts)
 +boxplot(weight~feed, data=chickwts)
 +anova(lm(weight~feed, data=chickwts)
 +</code>
  
 +[[:t-test]]
 +[[:ANOVA]]
 +[[:Factorial ANOVA]]
 +[[:correlation]]
 +[[:regression]]
 +[[:Multiple regression]]
 ====== Entering commands ====== ====== Entering commands ======
 <code> <code>
r/getting_started.txt · Last modified: 2021/03/02 09:48 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki