weightsum {modi} | R Documentation |
Sum of weights for observations < value (if lt = TRUE) or observations=value (if lt = FALSE).
weightsum(observations, weights, value, lt = TRUE)
observations |
vector of observations. |
weights |
vector of weights. |
value |
value. |
lt |
either |
Beat Hulliger