Wiki Markup |
---|
Testing \[R\] Installation
\\ |
Please start R, then copy and paste the following three lines into your R console:
require(stats)
lm_test <- lm(rating ~ complaints, data=attitude)
print(summary(lm_test))
...
Wiki Markup |
---|
Testing \[R\] Installation
\\ |
Please start R, then copy and paste the following three lines into your R console:
require(stats)
lm_test <- lm(rating ~ complaints, data=attitude)
print(summary(lm_test))
...