Displaying 1 result from an estimated 1 matches for "lmiss".
Did you mean:
miss
2009 Mar 04
0
'anova.gls' in 'nlme' (PR#13567)
...r(aod, "L") <- L[, noZeroColL]
}
where the problem is that when 'Terms' is provided, earlier code=20
sets 'L' (so it is no longer missing) but does not set 'noZeroColL'.
In the similar function 'anova.lme' the problem is avoided by the=20
first line
Lmiss <- missing(L)
and then testing whether 'Lmiss' is TRUE in the rest of the=20
function, rather than 'missing(L)'.
Rich Raubertas
Merck & Co.
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
> sessionInfo()
R versio...