| getFits {dominanceanalysis} | R Documentation |
Retrieve fit matrix or matrices
Description
Retrieve fit matrix or matrices for a given dominanceAnalysis object
Usage
getFits(da.object, fit.functions = NULL)
Arguments
da.object |
dominanceAnalysis object |
fit.functions |
name of the fit indices to retrieve. If NULL, all fit indices will be retrieved |
Value
a list. Key corresponds to fit-index and the value is a matrix, with fits values
See Also
Other retrieval methods:
averageContribution(),
contributionByLevel(),
dominanceBriefing(),
dominanceMatrix()
Examples
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
getFits(da.longley)
[Package dominanceanalysis version 2.1.0 Index]