
Last chance! 50% off unlimited learning
Sale ends in
check_samples_per_bin
determines the number of samples in each
bin produced by bin_prop
.
This function may be helpful for determining the obligatory parameter
`ObsPerBin` which is input to transform_to_elogit
.
check_samples_per_bin(data)
A data table object output by bin_prop
.
A printed summary of the number of samples in each bin.
# NOT RUN {
library(VWPre)
# Determine the number of samples per bin...
check_samples_per_bin(dat)
# }
Run the code above in your browser using DataLab