View source: R/contributionByLevel.r
contributionByLevel | R Documentation |
Retrieve the average contribution by level for each predictor in a dominance analysis. The average contribution defines conditional dominance.
contributionByLevel(da.object, fit.functions = NULL)
da.object |
dominanceAnalysis object |
fit.functions |
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved |
a list. Key corresponds to fit-index and the value is a matrix, with contribution of each variable by level
Other retrieval methods:
averageContribution()
,
dominanceBriefing()
,
dominanceMatrix()
,
getFits()
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
contributionByLevel(da.longley)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.