Learn R Programming

betareg (version 1.2.1)

df.residual.betareg: Residual Degrees-of-Freedom

Description

Returns the residual degrees-of-freedom extracted from a fitted betareg model object.

Usage

df.residual.betareg(object, ...)

Arguments

object
an object for which the degrees-of-freedom are desired.
...
further arguments passed to or from other methods.

Value

  • The value of the residual degrees-of-freedom extracted from the object 'x'.

See Also

br.fit, summary.betareg, predict.betareg, residuals.betareg

Examples

Run this code
data(pratergrouped)
fit <- betareg(oil ~ batch1 + batch2 + batch3 + batch4 + batch5 + 
batch6 + batch7 + batch8 + batch9 + temp, data=pratergrouped)
df.residual(fit)

Run the code above in your browser using DataLab