bincounter {R2sample}R 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


[Package R2sample version 4.1.0 Index]