dominanceBriefing: Retrieve a briefing for complete, conditional and general...

Description Usage Arguments Value See Also Examples

View source: R/dominanceBriefing.r

Description

Retrieve a briefing for complete, conditional and general dominance

Usage

1
dominanceBriefing(da.object, fit.functions = NULL, abbrev = FALSE)

Arguments

da.object

a dominanceAnalysis object

fit.functions

name of the fit indices to retrieve. If NULL, all fit indices will be retrieved

abbrev

if TRUE

Value

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

See Also

Other retrieval methods: averageContribution(), contributionByLevel(), dominanceMatrix(), getFits()

Examples

1
2
3
4
5
# For matrix or data.frame
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
dominanceBriefing(da.longley, abbrev=FALSE)
dominanceBriefing(da.longley, abbrev=TRUE)

dominanceanalysis documentation built on Jan. 13, 2021, 3:47 p.m.