Learn R Programming

LocFDRPois (version 1.0.0)

BuildTable: Build a table corresponding to the histogram of data

Description

Build a table corresponding to the histogram of data

Usage

BuildTable(data)

Arguments

data
The raw data (before histogramming) to estimate a mixture density for.

Value

X A data frame whose two columns are integer and number of times that integer appears in the data.