View source: R/deprecated-0-7-0.R
finish_glance | R Documentation |
This function is now deprecated in favor of using custom logic and
the appropriate nobs()
method.
finish_glance(ret, x)
ret |
a one-row data frame (a partially complete glance) |
x |
the prediction model |
a one-row data frame with additional columns added, such as
logLik |
log likelihoods |
AIC |
Akaike Information Criterion |
BIC |
Bayesian Information Criterion |
deviance |
deviance |
df.residual |
residual degrees of freedom |
Other deprecated:
bootstrap()
,
confint_tidy()
,
data.frame_tidiers
,
fix_data_frame()
,
summary_tidiers
,
tidy.density()
,
tidy.dist()
,
tidy.ftable()
,
tidy.numeric()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.