Skip to content
Prev 207327 / 398503 Next

lm on group

You can guess by looking at class(g). It is a factor. It is NOT 
regressing on the mean of g (i.e. 2.5 and 7.5) and you could have 
changed g from (0,5] and (5,10] to A and B with the same results.

Read some books or help(lm) to get an idea of what the outputs mean.

Regards, Adai
newbieRRRRR wrote: