getFits: Retrieve fit matrix or matrices

Description Usage Arguments Value See Also Examples

View source: R/getFits.r

Description

Retrieve fit matrix or matrices for a given dominanceAnalysis object

Usage

1
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

1
2
3
data(longley)
da.longley<-dominanceAnalysis(lm(Employed~.,longley))
getFits(da.longley)

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