check_samples_per_bin: Check the number of samples in each bin

Description Usage Arguments Value Examples

Description

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.

Usage

1

Arguments

data

A data table object output by bin_prop.

Value

A printed summary of the number of samples in each bin.

Examples

1
2
3
4
5
6
## Not run: 
library(VWPre)
# Determine the number of samples per bin...
check_samples_per_bin(dat)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.