'I want to exponentiate log e outcome varaible for my generalised linear regression model in the gtsummary package

I want to exponentiate my loge outcome variables and include them in my regression table using the tbl_regression. see below: can someone help me with how to exponentiate the log(HB) coefficient to include in the regression table.

*t2 <-
  lm(log(hgb)~ treatment, endline1) %>%
     tbl_regression(exponentiate = FALSE*.

regards Mamadou



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source