inst/user.estimators/ones.R

`ones` <-
function (d, w)
######################################
#  Number of final units estimator.  #
######################################
{
    sum(d[, w])
}
DiegoZardetto/EVER documentation built on April 8, 2021, 1:05 p.m.