Displaying 1 result from an estimated 1 matches for "nozerocoll".
2009 Mar 04
0
'anova.gls' in 'nlme' (PR#13567)
...p-value
(Intercept) 1 4246.041 <.0001
Sex 1 7.718 0.0065
I(age - 11) 1 116.806 <.0001
Sex:I(age - 11) 1 7.402 0.0076
> anova(fm1Orth.gls, Terms=3D"Sex")
Error in anova.gls(fm1Orth.gls, Terms =3D "Sex") :=20
object "noZeroColL" not found
>
The bug is in the following lines near the end:
if (!missing(L)) {
if (nrow(L) > 1)
attr(aod, "L") <- L[, noZeroColL, drop =3D FALSE]
else attr(aod, "L") <- L[, noZeroColL]
}
where the problem is that when 'Terms' is pro...