Re: [R] Partial R-square in multiple linear regression

2012-06-03 Thread Paul Johnson
On Fri, Jun 1, 2012 at 2:05 PM, Jin Choi wrote: > Hello, > > I am trying to obtain the partial r-square values (r^2 or R2) for > individual predictors of an outcome variable in multiple linear > regression. I am using the 'lm' function to calculate the beta > coefficients, however, I would like to

Re: [R] Partial R-square in multiple linear regression

2012-06-03 Thread peter dalgaard
On Jun 3, 2012, at 17:00 , Uwe Ligges wrote: > > > On 01.06.2012 21:05, Jin Choi wrote: >> Hello, >> >> I am trying to obtain the partial r-square values (r^2 or R2) for >> individual predictors of an outcome variable in multiple linear >> regression. I am using the 'lm' function to calculate

Re: [R] Partial R-square in multiple linear regression

2012-06-03 Thread Uwe Ligges
On 01.06.2012 21:05, Jin Choi wrote: Hello, I am trying to obtain the partial r-square values (r^2 or R2) for individual predictors of an outcome variable in multiple linear regression. I am using the 'lm' function to calculate the beta coefficients, however, I would like to know the individua