Code
.res <- tidy(x, conf.int = TRUE)
Message
Confidence intervals only available for parametric terms.
Code
.res <- tidy(x, exponentiate = TRUE)
Message
Exponentiating coefficients only available for parametric terms.
Code
.res <- tidy(x, conf.int = TRUE, exponentiate = TRUE)
Message
Confidence intervals only available for parametric terms.
Exponentiating coefficients only available for parametric terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.