Learn R Programming

nprcgenekeepr (version 1.0.5)

fillBins: fillBins Fill bins represented by list of two lists males and females.

Description

fillBins Fill bins represented by list of two lists males and females.

Usage

fillBins(ageDist, lowerAges, upperAges = NULL)

Arguments

ageDist

dataframe with sex and age columns

lowerAges

integer vector of lower age boundaries; must be the same length as upperAges

upperAges

integer vector of upper age boundaries; must be the same length as lowerAges