bincounter: find counts in bins. Useful for power calculations. Replaces...

View source: R/RcppExports.R

bincounterR Documentation

find counts in bins. Useful for power calculations. Replaces hist command from R.

Description

find counts in bins. Useful for power calculations. Replaces hist command from R.

Usage

bincounter(x, bins)

Arguments

x

numeric vector

bins

numeric vector

Value

Integer vector of counts


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