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

View source: R/RcppExports.R

wbincounterR Documentation

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

Description

Find counts 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


Rgof documentation built on Oct. 21, 2024, 5:07 p.m.