Description Usage Arguments Value Examples
Construct a single row of model summary statistics.
1 | glance(x)
|
x |
An object of class |
glance()
returns a one row data.frame
with the columns
sigma |
the square root of the estimated residual variance |
isConv |
whether the fit successfully converged |
finTol |
the achieved convergence tolerance |
logLik |
the data's log-likelihood under the model |
AIC |
the Akaike Information Criterion |
BIC |
the Bayesian Information Criterion |
deviance |
deviance |
df.residual |
residual degrees of freedom |
RSS |
corrected residual sum of squares |
nobs |
the number of observations from the model fit |
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.