tests/testthat/_snaps/mgcv.md

tidy.gam handles messages informatively

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.


tidyverse/broom documentation built on April 13, 2025, 11:42 a.m.