wbincounter {Rgof} | R 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
[Package Rgof version 3.3.0 Index]