Description Usage Arguments Details Value See Also
Given a CategoryFrequenciesForest
-object this function returns
tabled information on how often 1-, 2- and 3-categorical variables are
in the different layers stratified by MAF.
1 2 3 | tableLevelsVsLayerByMAF(cF, rF,
mafIntervals = list(maf0.05 = 1:50, maf0.10 = 51:100,
maf0.25 = 101:150, maf0.40 = 151:200))
|
cF |
An |
rF |
An |
mafIntervals |
A |
This function splits the data set by MAF as indicated in mafIntervals
and calls tableLevelsVsLayer
which in turn calls the Rcpp/C++
function of the same name.
A list
of same length as mafIntervals
. Each element contains
tabled information for one MAF agglomerated over the whole forest as returned
by tableLevelsVsLayer
.
tableLevelsVsLayer
, getCategoryFrequenciesForest
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.