wbincounter: Find counts and/or sum of weights in bins. Useful for power...

View source: R/RcppExports.R

wbincounterR Documentation

Find counts and/or sum of weights in bins. Useful for power calculations. Replaces hist command from R.

Description

Find counts and/or sum of weights in bins. Useful for power calculations. Replaces hist command from R.

Usage

wbincounter(x, bins, w)

Arguments

x

numeric vector

bins

numeric vector

w

numeric vector of weights

Value

sum of weights in bins


R2sample documentation built on June 17, 2025, 1:07 a.m.