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.


Try the broom package in your browser

Any scripts or data that you put into this service are public.

broom documentation built on Aug. 8, 2025, 6:44 p.m.