powered by
Extracts the degrees of freedom from a model.
# S4 method for EL getDF(object)# S4 method for ELMT getDF(object)# S4 method for ELT getDF(object)# S4 method for SummaryEL getDF(object)# S4 method for SummaryELMT getDF(object)# S4 method for SummaryLM getDF(object)
# S4 method for ELMT getDF(object)
# S4 method for ELT getDF(object)
# S4 method for SummaryEL getDF(object)
# S4 method for SummaryELMT getDF(object)
# S4 method for SummaryLM getDF(object)
An integer vector.
An object that contains the degrees of freedom.
getDF(EL): Extracts the degrees of freedom.
getDF(EL)
getDF(ELMT): Extracts the vector of marginal degrees of freedom.
getDF(ELMT)
getDF(ELT): Extracts the (chi-square) degrees of freedom.
getDF(ELT)
getDF(SummaryEL): Extracts the degrees of freedom.
getDF(SummaryEL)
getDF(SummaryELMT): Extracts the vector of marginal degrees of freedom.
getDF(SummaryELMT)
getDF(SummaryLM): Extracts the degrees of freedom.
getDF(SummaryLM)
EL, ELMT, ELT
data("faithful") fit <- el_mean(faithful, par = c(3.5, 70)) getDF(fit)
Run the code above in your browser using DataLab