getDF {melt}R Documentation

Degrees of freedom

Description

Extracts the degrees of freedom from a model.

Usage

## S4 method for signature 'EL'
getDF(object)

## S4 method for signature 'ELMT'
getDF(object)

## S4 method for signature 'ELT'
getDF(object)

## S4 method for signature 'SummaryEL'
getDF(object)

## S4 method for signature 'SummaryELMT'
getDF(object)

## S4 method for signature 'SummaryLM'
getDF(object)

Arguments

object

An object that contains the degrees of freedom.

Value

An integer vector.

Methods (by class)

See Also

EL, ELMT, ELT

Examples

data("faithful")
fit <- el_mean(faithful, par = c(3.5, 70))
getDF(fit)

[Package melt version 1.11.4 Index]