Description Usage Arguments Value Examples
This function takes the vector x and transforms it to be approximately standard normal. It is meant to be used with the function transformSSNVars
.
1 | stdsGs(x, na.rm = T)
|
x |
A numeric vector of observations |
na.rm |
Whether missing observations should be ignored. Defaults to |
A numeric vector of size length(x)
.
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.