View source: R/modmedEquation.R
| meanCentering | R Documentation | 
Perform mean centering
meanCentering(data, names)
| data | A data.frame | 
| names | column names to mean centering | 
library(processR)
newData=meanCentering(education,colnames(education)[1:3])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.