bincounter {Rgof} | R Documentation |
count events in bins. Useful for power calculations. Replaces hist command from R.
Description
count events 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 Rgof version 3.3.0 Index]