norm_scores | R Documentation |
Calculate normal scores for a single sample.
norm_scores(x, two.sample = FALSE)
x |
double with scores |
two.sample |
Boolean indicating one or two samples |
double with normal scores
scores <- c(5, 9, -3, 8, -7)
norm_scores(scores)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.