parts | R Documentation |
Compute squared semi partial correlatoins for Multiple Regression
parts(model = NULL, pred = NULL)
model |
name of model |
pred |
number of predictors |
Squared semipartial correlations for MRC with up to 10 predictors
mymodel<-lm(y~x1+x2+x3+x4+x5, data=testreg) parts(model=mymodel, pred=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.