R/wsd.R

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

#' @rdname declared_internal
#' @keywords internal
#' @export
`w_sd` <- function (...) {
    wsd(...)
}

Try the declared package in your browser

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

declared documentation built on April 2, 2026, 5:07 p.m.