R/lqmean_rs.R

Defines functions lqmean_rs

Documented in lqmean_rs

lqmean_rs <- function(x, y, q)
{
    mean(lqmean_sf(x = x, y = y, q = q))
}

Try the scoringfunctions package in your browser

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

scoringfunctions documentation built on Aug. 30, 2026, 5:07 p.m.