r:getting_started
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| r:getting_started [2017/09/06 10:16] – [A trial] hkimscil | r:getting_started [2021/03/02 09:48] (current) – [A trial] hkimscil | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| </ | </ | ||
| < | < | ||
| + | plot(dist~speed, | ||
| m.cars <- lm(dist ~ speed, data=cars) | m.cars <- lm(dist ~ speed, data=cars) | ||
| m.cars | m.cars | ||
| Line 55: | Line 56: | ||
| summary(chickwts) | summary(chickwts) | ||
| boxplot(weight~feed, | boxplot(weight~feed, | ||
| - | anova(lm(weight~feed, | + | anova(lm(weight~feed, |
| + | m.chck <- aov(weight~feed, | ||
| + | m.chck | ||
| + | summary(m.chck) | ||
| </ | </ | ||
| + | ---- | ||
| [[:t-test]] | [[:t-test]] | ||
| [[:ANOVA]] | [[:ANOVA]] | ||
| Line 64: | Line 69: | ||
| [[: | [[: | ||
| [[:Multiple regression]] | [[:Multiple regression]] | ||
| + | ---- | ||
| ====== Entering commands ====== | ====== Entering commands ====== | ||
| < | < | ||
| Line 149: | Line 155: | ||
| [1] 8.75 5.50 | [1] 8.75 5.50 | ||
| </ | </ | ||
| + | |||
| + | see [[https:// | ||
| < | < | ||
| Line 159: | Line 167: | ||
| 7.42 167.60 66.20 20.16 | 7.42 167.60 66.20 20.16 | ||
| </ | </ | ||
| + | see [[https:// | ||
| ====== Searching via Keywords ====== | ====== Searching via Keywords ====== | ||
r/getting_started.1504662384.txt.gz · Last modified: by hkimscil
