View source: R/dominanceBriefing.r
dominanceBriefing | R Documentation |
Retrieve a briefing for complete, conditional and general dominance
dominanceBriefing(da.object, fit.functions = NULL, abbrev = FALSE)
da.object |
a |
fit.functions |
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved |
abbrev |
if TRUE |
a list. Each element is a data.frame, that comprises the dominance analysis for a specific fit index. Each data.frame have the predictors as row and each column reports the predictors that are dominated for each predictor
Other retrieval methods:
averageContribution()
,
contributionByLevel()
,
dominanceMatrix()
,
getFits()
# For matrix or data.frame
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
dominanceBriefing(da.longley, abbrev=FALSE)
dominanceBriefing(da.longley, abbrev=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.