Description Usage Arguments Value Examples
Calculating Normal Score and Standard(Z) Score
1 | normal_scores(data, ties = "average")
|
data |
Numeric vector. The standard score and normal score are calculated on this argument. |
ties |
one of "average", "random", "first", and "last". The method to deal with the ties in data. Default is "average" |
data.frame with calculated normal score and standard score of the given data.
1 2 | data<-rnorm(30)
normal_scores(data = data, ties = "average")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.