normalise_mean | R Documentation |
normalise_mean
standardises (i.e., normalises) a vector to mean = 0 &
SD = 1.
normalise_mean(x, remove_na = TRUE)
x |
Vector to standardise. |
remove_na |
Boolean indicating whether NA values should be removed. Defaults to TRUE. |
normalise_mean(c(1:10))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.