I get the regression output table using export-summs()
installed in the package called jtools
and huxtable
.
My code is: export_summs(model1, model2, scale = TRUE)
and
────────────────────────────────────────────────────
Model 1 Model 2
───────────────────────────────────
(Intercept) 0.28 ** 0.00
(0.10) (0.02)
educ 0.09 ***
(0.01)
exper 0.00 *
(0.00)
tenure 0.02 ***
(0.00)
xtilde 0.09 ***
(0.01)
───────────────────────────────────
N 526 526
R2 0.32 0.23
────────────────────────────────────────────────────
*** p < 0.001; ** p < 0.01; * p < 0.05.
Is there any way to make all the digits 3 decimal numbers?