Re: [R] get response from a glm

2010-09-29 Thread Michael Bedward
Hello, The predict.glm is your friend. Type ?predict.glm to see the help page. Michael On 29 September 2010 12:45, xinxin xx wrote: > > Hi everyone: > >  I am new to R and I have a really basic question. >     I have already got a generalized linear model from some dataset, say y=b0 > + b1X1

[R] get response from a glm

2010-09-28 Thread xinxin xx
Hi everyone: ¡¡I am new to R and I have a really basic question. I have already got a generalized linear model from some dataset, say y=b0 + b1X1 + b2X2. Then I want to get the value of y provided, say, X1=1, X2=2. And the confidence Intervals of this y. I know I can just calculat