sdW {semEff} | R Documentation |
Calculate the weighted standard deviation of x
.
sdW(...)
... |
Arguments to |
This is simply a wrapper for varW()
, applying the square root to
the output.
A numeric value, the weighted standard deviation of x
.