tolerance | R Documentation |
Compute tolerance for Multiple Regression
tolerance(model = NULL)
model |
name of model |
Tolerance for MR
mymodel<-lm(y~x1+x2+x3+x4+x5, data=testreg) tolerance(model=mymodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.