Displaying 2 results from an estimated 2 matches for "sna1".
Did you mean:
sha1
2009 Feb 11
1
Table Formatting
Dear R-Users
I have created the following table in R:
Year TACC.SNA1 Catch.SNA1 TACC.SNA2 Catch.SNA2 TACC.SNA3
Catch.SNA3
111 1985-86 9396 18595 1860 530
1486 16727
112 1986-87 3155 12195 9506 7067
4991 2300
113 1987-88 6913 207...
2000 Jun 07
1
forward stepwise selection
...election, to get a new starting model for full stepwise selection again.
But R (version 0.99.0) doesn't like this.
> step(lm(ANB.DIFF~.,tink4),trace=0)
Call:
lm(formula = ANB.DIFF ~ SEX + AGE.YRS + OJS + S.AR1 + CD.GO1 + CD.GN1 +
AR.GN1 + UAFH1 + UPFH1 + LPFH1 + AFP1 + PFP1 + OJ1 + SNA1 + SNB1 +
SN.POG1, data = tink4)
Coefficients:
(Intercept) SEXmale AGE.YRS OJS S.AR1
-0.05001 0.47100 0.11148 -0.10458 0.11228
CD.GO1 CD.GN1 AR.GN1 UAFH1 UPFH1
0.28847 -0.38802 0.25388 0.13399...