da.betareg.fit {dominanceanalysis}R Documentation

Provides fit indices for betareg models.

Description

Note that the Nagelkerke and Estrella coefficients are designed for discrete dependent variables and thus cannot be used in this context. Instead, the Cox and Snell coefficient is recommended, along with the pseudo-R^2. It is worth noting that McFadden's index may produce negative values and should be avoided.

Usage

da.betareg.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. You could retrieve following indices:

r2.pseudo

Provided by betareg by default

r2.m

McFadden(1974)

r2.cs

Cox and Snell(1989).

References

See Also

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


[Package dominanceanalysis version 2.1.0 Index]