semEff (version 0.3.0)

sdW: Weighted Standard Deviation

Description

Calculate the weighted standard deviation of x.

Usage

sdW(...)

Arguments

...

Arguments to varW.

Value

A numeric value, the weighted standard deviation of x.

Details

This is simply a wrapper for varW, applying the square root to the output.

See Also

sd, varW