da.lmWithCov.fit {dominanceanalysis} | R Documentation |
Provides coefficient of determination for linear models, using covariance/correlation matrix.
Description
Uses R^2
(coefficient of determination).
See lmWithCov
.
Usage
da.lmWithCov.fit(base.cov, ...)
Arguments
base.cov |
variance/covariance matrix |
... |
ignored |
Value
A function described by using-fit-indices description for interface.
You could retrieve r2
index.
See Also
Other fit indices:
da.betareg.fit()
,
da.clm.fit()
,
da.dynlm.fit()
,
da.glm.fit()
,
da.lm.fit()
,
da.lmerMod.fit()
,
da.mlmWithCov.fit()
[Package dominanceanalysis version 2.1.0 Index]