R/wtd.sd.R

Defines functions wtd.sd

Documented in wtd.sd

wtd.sd <-
  function(x, weights, na.rm = FALSE){
    sqrt(wtd.var(x, weights, na.rm))
  }

Try the npreg package in your browser

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

npreg documentation built on July 21, 2022, 1:06 a.m.