All tidying methods return a data.frame without rownames, whose
structure depends on the method chosen.
tidy
returns one row for each coefficient in the model,
with five columns:
termThe term in the nonlinear model being estimated and tested
estimateThe estimated coefficient
std.errorThe standard error from the linear model
If conf.int = TRUE, also returns
conf.lowlow end of confidence interval
conf.highhigh end of confidence interval
glance returns one row with the columns
sigmathe square root of the estimated residual variance
logLikthe data's log-likelihood under the model
AICthe Akaike Information Criterion
BICthe Bayesian Information Criterion