[R] testing coeficients of glm

2008-01-24 Thread peter salzman
Dear list, i'm trying to test if a linear combination of coefficients of glm is equal to 0. For example : class 'cl' has 3 levels (1,2,3) and 'y' is a response variable. We want to test H0: mu1 + mu2 - mu3 =0 where mu1,mu2, and mu3 are the means for each level. for me, the question is how to

Re: [R] testing coeficients of glm

2008-01-24 Thread Prof Brian Ripley
On Thu, 24 Jan 2008, peter salzman wrote: Dear list, i'm trying to test if a linear combination of coefficients of glm is equal to 0. For example : class 'cl' has 3 levels (1,2,3) and 'y' is a response variable. We want to test H0: mu1 + mu2 - mu3 =0 where mu1,mu2, and mu3 are the means

Re: [R] testing coeficients of glm

2008-01-24 Thread peter salzman
thank you, peter On 1/24/08, Prof Brian Ripley [EMAIL PROTECTED] wrote: On Thu, 24 Jan 2008, peter salzman wrote: Dear list, i'm trying to test if a linear combination of coefficients of glm is equal to 0. For example : class 'cl' has 3 levels (1,2,3) and 'y' is a response variable.

Re: [R] testing coeficients of glm

2008-01-24 Thread Achim Zeileis
On Thu, 24 Jan 2008, peter salzman wrote: Dear list, i'm trying to test if a linear combination of coefficients of glm is equal to 0. For example : class 'cl' has 3 levels (1,2,3) and 'y' is a response variable. We want to test H0: mu1 + mu2 - mu3 =0 where mu1,mu2, and mu3 are the means