Code
tde <- tidy(gest, conf.int = TRUE, exponentiate = TRUE)
Condition
Warning:
Coefficients will be exponentiated, but the model didn't use a `log` or `logit` link.
Code
td2 <- tidy(gest2, conf.int = TRUE, exponentiate = TRUE)
Condition
Warning:
Coefficients will be exponentiated, but the model didn't use a `log` or `logit` link.
Code
gl3 <- glance(gest, deviance = TRUE, mcmc = TRUE)
Message
Though `glance()` was supplied `mcmc = TRUE`, the model was not fitted using MCMC,
i The corresponding columns will be omitted.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.