
Originally Posted by
wendigo
...
LDD - why not use Excel for a simple regression? Hell of a lot easier than learning a new programming language for a simple problem. If you don't like the stats package in excel then add in Poptools or just run it via Solver. R is surely cleaner and more powerful, but for a simple linear regression I don't really see the point. YMMV.
For me, I have not used excel for stat calculations, so I like R better.
The calculations in R are pretty simple. You don't really have to learn very much. All you have to do is create the variables, which is not tough, then do results <- lm(x~y), so in this case, there is not much to learn.
the only lines necessary are:
> x <- c(put your data in here...with each entry separated by a comma)
> y <- c(put your y data in here...)
> results <- lm(x~y)
So there really is not all that much to learn to do this. The OP could use R with relative ease, even without a background in it. As I said before, I can't really comment on excel since I don't use it for stat calculations.
"Have you ever seen a monk get wildly fucked by a bunch of teenage girls?" "No" "Then forget the monastery."
"You ever hear of a little show called branded? Arthur Digby Sellers wrote 156 episodes. Not exactly a lightweight." Walter Sobcheck.
"I didn't have a grandfather on the board of some fancy college. Key word being was. Did he touch the Filipino exchange student? Did he not touch the Filipino exchange student? I don't know Brooke, I wasn't there."
Bookmarks