Extract a single-row tibble of model-level summary statistics from a fitted SQL linear model.
# S3 method for lm_sql_result
glance(x, ...)A single-row tibble with columns `r.squared`, `adj.r.squared`, `sigma`, `statistic`, `p.value`, `df`, `logLik`, `AIC`, `BIC`, `nobs`, and `df.residual`.
An `lm_sql_result` object.
Not used.
Returns R-squared, adjusted R-squared, residual standard error, F-statistic and its p-value, model degrees of freedom, log-likelihood, AIC, BIC, number of observations, and residual degrees of freedom.