R2change | R Documentation |
R-square change for Hierarchical Multiple Regression
R2change(model1 = NULL, model2 = NULL)
model1 |
first regression model |
model2 |
second regression model |
mymodel1<-lm(y~x1+x2, data=testreg) mymodel2<-lm(y~x1+x2+x3+x4, data=testreg) R2change(model1=mymodel1, model2=mymodel2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.