/ Published in: R
URL: http://www.statmethods.net/stats/regression.html
Expand |
Embed | Plain Text
mydata <- read.delim("C:\\path\\to\\file.txt") fit <- lm(y ~ x1 + x2 + x3, data=mydata) summary(fit)
You need to login to post a comment.
