powered by
Retrieve fit matrix or matrices for a given dominanceAnalysis object
getFits(da.object, fit.functions = NULL)
a list. Key corresponds to fit-index and the value is a matrix, with fits values
dominanceAnalysis object
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved
Other retrieval methods: averageContribution(), contributionByLevel(), dominanceBriefing(), dominanceMatrix()
averageContribution()
contributionByLevel()
dominanceBriefing()
dominanceMatrix()
data(longley) da.longley<-dominanceAnalysis(lm(Employed~.,longley)) getFits(da.longley)
Run the code above in your browser using DataLab