wtd.sd {jtools}R Documentation

Weighted standard deviation calculation

Description

This function calculates standard deviations with weights and is a counterpart to the built-in weighted.mean function.

Usage

wtd.sd(x, weights)

Arguments

x

A vector of values for which you want the standard deviation

weights

A vector of weights equal in length to x


[Package jtools version 2.2.2 Index]