Re: [R] Odd coefficent behavior

2009-07-21 Thread Peter Ehlers
Idgarad, I guess that all of your factor variables are indicators with levels "0" and "1". Try changing the levels to "NO", "YES" for one of the variables and see what you get. I think that the output will clarify the (actually not) "random" 1s. -Peter Idgarad wrote: Why are my coefficients g

Re: [R] Odd coefficent behavior

2009-07-21 Thread David Winsemius
On Jul 21, 2009, at 2:42 PM, Idgarad wrote: Why are my coefficients getting appended with a 1? It borks a match I do later against the original list that doesn't have the random 1 added to the end. linearModel[[1]] The linearModel function that is easiest to find appears (on the basis of

[R] Odd coefficent behavior

2009-07-21 Thread Idgarad
Why are my coefficients getting appended with a 1? It borks a match I do later against the original list that doesn't have the random 1 added to the end. > linearModel[[1]] Call: lm(formula = modelSource ~ +UNITBUILD + UNITDB + ITBUILD + ITDB + UATBUILD + UATDB + HOGANCODE + RCF + ReleaseST1 + Re