da.dynlm.fit: Provides coefficient of determination for 'dynlm' models.

View source: R/daFitFunctions.r

da.dynlm.fitR Documentation

Provides coefficient of determination for dynlm models.

Description

Uses R^2 (coefficient of determination) as fit index

Usage

da.dynlm.fit(original.model, newdata = NULL, ...)

Arguments

original.model

Original fitted model

newdata

Data used in update statement

...

ignored

Value

A function described by using-fit-indices description for interface

See Also

Other fit indices: da.betareg.fit(), da.clm.fit(), da.glm.fit(), da.lm.fit(), da.lmWithCov.fit(), da.lmerMod.fit(), da.mlmWithCov.fit()


clbustos/dominanceAnalysis documentation built on March 8, 2024, 5:22 a.m.