weighted_sd {silviculture} | R Documentation |
Calculates weighted standard deviation
Description
Calculates weighted standard deviation
Usage
weighted_sd(var, wt)
Arguments
var |
An object containing the values whose weighted median is to be computed |
wt |
A numerical vector of weights the same length as x giving the weights to use for elements of x |
Value
A length-one numeric vector
[Package silviculture version 0.1.0 Index]