Re: [R] Coefficient of Partial Determination

2017-03-01 Thread Nordlund, Dan (DSHS/RDA)
Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of AbouEl- > Makarim Aboueissa > Sent: Wednesday, March 01, 2017 9:57 AM > To: R-help@r-project.org > Subject: [R] Coefficient of Partial Determination > > Dear All: > > Can the *Coefficient of Partial

Re: [R] Coefficient of Partial Determination

2017-03-01 Thread David Winsemius
> On Mar 1, 2017, at 9:57 AM, AbouEl-Makarim Aboueissa > wrote: > > Dear All: > > Can the *Coefficient of Partial Determination* in multiple linear > regression be computed in R? If so, could you please let me know how? > > > fullmodel <- lm(Price ~ Size +

[R] Coefficient of Partial Determination

2017-03-01 Thread AbouEl-Makarim Aboueissa
Dear All: Can the *Coefficient of Partial Determination* in multiple linear regression be computed in R? If so, could you please let me know how? fullmodel <- lm(Price ~ Size + Lotsize + Bedrooms + Bathrooms) *I found this in the internet, but I could find the package "rms"* *library(rms) #