All tidying methods return a data.frame without rownames, whose
structure depends on the method chosen.
tidy.gam
called on an object from the gam package,
or an object from the mgcv package with parametric = FALSE
, returns the
tidied output of the parametric ANOVA with one row for each term in the formula.
The columns match those in anova_tidiers.
tidy.gam
called on a gam object from the mgcv package with
parametric = TRUE
returns the fixed coefficients.
glance.gam
returns a one-row data.frame with the columns
dfDegrees of freedom used by the coefficients
logLikthe data's log-likelihood under the model
AICthe Akaike Information Criterion
BICthe Bayesian Information Criterion
deviancedeviance
df.residualresidual degrees of freedom