da.betareg.fit: Provides fit indices for betareg models.

Description Usage Arguments Value References See Also

View source: R/daFitFunctions.r

Description

Nagelkerke and Estrella are not provided because are designed for discrete dependent variables. Cox and Snell is preferred and pseudo-R^2 should be preferred, because McFadden's index could be negative.

Usage

1
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.dynlm.fit(), da.glm.fit(), da.lm.fit(), da.lmWithCov.fit(), da.lmerMod.fit(), da.mlmWithCov.fit()


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