Description Usage Arguments Details Value Examples
Takes in variable and calculates standard deviation, works with sampling weights.
1 |
x |
A variable (must be numeric), should be in dataset$var form. |
weights |
Sampling weights of variable (optional), should be in dataset$weightvar form. |
Makes use of the freq function, part of the descr package.
Returns the standard deviation of the variable, a numeric value.
1 2 3 |
[1] 1.770014
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.