tableLevelsVsLayerCFbyMAF: table cforest category frequency information by MAF

Description Usage Arguments Value See Also

Description

Given a RandomForest object as returned by cforest this function returns tabled information on the frequency of 1-, 2- and 3-categorical variables in the different layers of the forest stratified by MAF.

Usage

1
2
tableLevelsVsLayerCFbyMAF(cforest, 
	mafIntervals = list(1:50, 51:100, 101:150, 151:200))

Arguments

cforest

Either a RandomForest object as returned by the cforest-function from the party package or a character indicating the path to the according object.

mafIntervals

A list with each element giving the indices of variables being simulated with the according MAF. Depends on how the data was simulated in simulateSNPdata.

Value

A list of same length as mafIntervals. Each element contains tabled information for one MAF agglomerated over the whole forest.

See Also

plot.LevelsVsLayerCFbyMAF


adibender/rFtools documentation built on May 14, 2019, 5:13 a.m.