Description Usage Arguments Details Examples
View source: R/standard-scores.R
Formula and base for supporting standardized scoring.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
x |
A numeric vector |
.center |
A function for centering |
.spread |
A function for spread |
st_mult |
A multiplier to adjust the center |
st_add |
A constant to add to the result |
... |
Additional arguments passed down to functions |
method |
Sample or population (partial matches acceptable) |
standardized |
Logical, if true uses 'sterr' rather than 'stdev' as '.spread' |
A general function to creating standardized scores is provides in 'standard_score()'. Two special cases, 'z_score()' and 't_score()' are provided using this template.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.