Extracts the degrees of freedom from a model.
Usage
# S4 method for class 'EL'
getDF(object)
# S4 method for class 'ELMT'
getDF(object)
# S4 method for class 'ELT'
getDF(object)
# S4 method for class 'SummaryEL'
getDF(object)
# S4 method for class 'SummaryELMT'
getDF(object)
# S4 method for class 'SummaryLM'
getDF(object)
Methods (by class)
getDF(EL)
: Extracts the degrees of freedom.getDF(ELMT)
: Extracts the vector of marginal degrees of freedom.getDF(ELT)
: Extracts the (chi-square) degrees of freedom.getDF(SummaryEL)
: Extracts the degrees of freedom.getDF(SummaryELMT)
: Extracts the vector of marginal degrees of freedom.getDF(SummaryLM)
: Extracts the degrees of freedom.