compareMC | R Documentation |
Compare effects of mean-centering and standardization of model
compareMC(fit, mode = 1)
fit |
An object of class 'lm' |
mode |
integer |
if mode is 1, an object of modelSummary2. Otherwise lift of models
fit=lm(govact~negemot*age,data=glbwarm) compareMC(fit) compareMC(fit,mode=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.