Description Usage Arguments Details Value Examples
Normalizing a numerical vector using Student's normalization
| 1 | studendize(x)
 | 
| x | a numeric vector | 
WARNING : This version doesn't handles vectors with missing values
a numeric vector
| 1 2 3 | studendize(x = rep(1,10))
studendize(x = 1:10) %>% mean()
studendize(x = 1:10) %>% sd()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.