Skip to content
Back to formatted view

Raw Message

Message-ID: <f880f18d1001180800u19569242g1f55760eb1849b91@mail.gmail.com>
Date: 2010-01-18T16:00:51Z
From: Ashta
Subject: output

Hi all,
I am trying to interparete  the result of the following output from  lm;


fit1 =lm(Feed _Intake ~ weight + season + weight*season)
Season has three classes(x,y,z)

Reults are

Estimate (Intercept)               21.51559
weight                                       2.13051
factor(season)y                      10.59739
factor(season)z                        1.30421
weight:factor(season)y          10.1
weight:factor(season)z          21.70288

My question are  what is the estimate of season x?

Could it be possible to change the output in the following way?

factor(season)x
factor(season)y
weight:factor(season)x
weight:factor(season)y

Thanks in adavance