center | R Documentation |
This is a simple helper function to mean center data. We recommmend to mean center covariates as it makes parameter interpretation easier.
center(input)
input |
A vector of data to center. |
A vector of centered data.
## Not run:
age_centered = center(input=age)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.