Description Usage Arguments Details Value Author(s) See Also Examples
Returns the population standard deviation of x
1 | popsd(x, nomiss = 0.8)
|
x |
A numeric vector |
nomiss |
A numeric between .00 and 1.00 specifying the proporiton of valid cases in x (i.e. data that must not be NA) for the sd to be returned |
R's built-in sd function divides the sum of the squared deviations from the mean by the number of observations minus 1 (N-1). However, there are times where one would prefer to use the formula with N in the denominator (e.g. if one is working with the entire population of scores). This function does just that.
This function returns the population standard deviation.
Ryne A. Sherman
1 2 3 |
Loading required package: psych
Loading required package: abind
Loading required package: foreach
[1] 9.146893
[1] 9.101044
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.