All tidying methods return a data.frame without rownames, whose
structure depends on the method chosen.
tidy.biglm
returns one row for each coefficient, with columns
termThe term in the linear model being estimated and tested
estimateThe estimated coefficient
std.errorThe standard error from the linear model
p.valuetwo-sided p-value
If conf.int=TRUE, it also includes columns for conf.low and
conf.high, computed with confint.
glance.biglm returns a one-row data frame, with columns
r.squaredThe percent of variance explained by the model
AICthe Akaike Information Criterion
deviancedeviance
df.residualresidual degrees of freedom