R/w_sd.R

#' @rdname weighted
#' @export
`w_sd` <- function (
    x, wt = NULL, method = NULL, na.rm = TRUE
) {
    return (sqrt (w_var (x = x, wt = wt, method = method, na.rm = na.rm)))
}

Try the declared package in your browser

Any scripts or data that you put into this service are public.

declared documentation built on May 29, 2024, 12:09 p.m.