da.clm.fit {dominanceanalysis}R Documentation

Provides fit indices for ordinal regression models, based on the Nagelkerke (1991) method.

Description

Provides fit indices for ordinal regression models, based on the Nagelkerke (1991) method.

Usage

da.clm.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. You could retrieve r2.n index, corresponding to Nagelkerke method.

References

See Also

Other fit indices: da.betareg.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]