contributionByLevel {dominanceanalysis} | R Documentation |
Retrieve average contribution by level for each predictor
Description
Retrieve the average contribution by level for each predictor in a dominance analysis. The average contribution defines conditional dominance.
Usage
contributionByLevel(da.object, fit.functions = NULL)
Arguments
da.object |
dominanceAnalysis object |
fit.functions |
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved |
Value
a list. Key corresponds to fit-index and the value is a matrix, with contribution of each variable by level
See Also
Other retrieval methods:
averageContribution()
,
dominanceBriefing()
,
dominanceMatrix()
,
getFits()
Examples
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
contributionByLevel(da.longley)
[Package dominanceanalysis version 2.1.0 Index]