Displaying 2 results from an estimated 2 matches for "ionformation".
Did you mean:
information
2009 Mar 22
0
multicollinearity
...out the data?
Say x1 is the variable with the highest r.squared, x3 is with the lowest.
If i use
m1=lme(y~x1+x2+x3,...)
x2, and x3 is not significant,
but if i use
m2=lme(y~x2+x3+x1, ...)
all of the 3 variable is significant.
I would prefer the the m2, because it gives me more ionformation about the dat, but in this case I have to leave in the model x2 and x3, which causes the increase in AIC.
What's the solution?
Can anybody help me?
Cheers
________________________________________________________
„Olyan cikkeket akarunk, amelyek k?zelebb viszik az orsz?got ahhoz,...
2003 Sep 25
2
AGI: getting the return code from an exec()'d application?
So I hacked up the Dial app to return a numeric return code instead of
changing contexts based on a number being busy or unanswered. The purpose
for this modified dial app, which I call AGIDial, is to help me concoct a
"follow-me" type of application. The app returns -1 for a completed call,
0 for unanswered, or 1 for busy.
Well, I hooked the thing up to an AGI script that uses perl and