powered by
Compute squared semi partial correlations for Multiple Regression
parts(model = NULL, pred = NULL)
name of model
number of predictors
Squared semipartial correlations for MRC with up to 10 predictors
# NOT RUN { mymodel<-lm(y~x1+x2+x3+x4+x5, data=testreg) parts(model=mymodel, pred=5) # }
Run the code above in your browser using DataLab