Displaying 1 result from an estimated 1 matches for "m_250".
Did you mean:
m_25y
2012 Jun 01
4
regsubsets (Leaps)
...no idea if R is still working, or if the computer is hung. I ran
regsubsets on a smaller portion of the data, also with linear dependency
problems, and got results. However, the hourglass continues its endless
spiraling with the full dataset.
I am running the following on Windows 7
library(leaps)
m_250<-regsubsets(Y~., data=model2, nbest=1, really.big=TRUE)
(NOTE: The ~ is a tilda, not a dash, in the regression statement above: Y~.)
Does anyone have any opinions on:
1) is R likely to still be running, even after a week, or should i just shut
it down?
2) am i doing something wrong with regs...