All tidying methods return a data.frame
without rownames.
The 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
statistict-statistic
p.valuetwo-sided p-value
augment returns one row for each original observation,
with two columns added:
.fittedFitted values of model
.residResiduals
If newdata is provided, these are computed on based on predictions
of the new data.
glance returns one row with the columns
sigmathe square root of the estimated residual variance
isConvwhether the fit successfully converged
finTolthe achieved convergence tolerance
logLikthe data's log-likelihood under the model
AICthe Akaike Information Criterion
BICthe Bayesian Information Criterion
deviancedeviance
df.residualresidual degrees of freedom