getFits | R Documentation |
Retrieve fit matrix or matrices for a given dominanceAnalysis object
getFits(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 fits values
Other retrieval methods:
averageContribution()
,
contributionByLevel()
,
dominanceBriefing()
,
dominanceMatrix()
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
getFits(da.longley)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.