bincounter_cpp {Rgof}R Documentation

count occurances in bins. Useful for power calculations. Replaces hist command from R.

Description

count occurances in bins. Useful for power calculations. Replaces hist command from R.

Usage

bincounter_cpp(x, bins)

Arguments

x

numeric vector

bins

numeric vector

Value

Integer vector of counts


[Package Rgof version 1.2.2 Index]