Nothing
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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.