Skip to content
Prev 790 / 7420 Next

Fixing parameters in GLM and Mixed Effects Models

On 24/09/09 22:34 PM, "Hamish" <hwilman at ucsd.edu> wrote:

            
I think you want to have

N ~ offset(Mass) + offset(-Temp) + Precipitation + DIET

Most *lm functions know offset. However, you must be very careful especially
with links other than identity. Moreover, you must be sure that this really
is what you're looking for: the above expression would be equivalent to
offset(Mass-Temp) and is Mass-Temp really something you think you want to
fix.
Cheers, Jari Oksanen