R/weighted.sum.R

Defines functions weighted.sum

weighted.sum <-
function(x,wt){ sum(x*wt) }

Try the MixSAL package in your browser

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

MixSAL documentation built on May 2, 2019, 7:04 a.m.