I am displaying a multilevel model and would like to show three decimal places when output to screen.
M3 <- lmer(stflife ~ sclmeet + health + wkdcorga + hincfel + fltlnl
+ rshpsts + dosprt + c_corruption_2014 + c_ticpi_2014 +
(1 | cntry), data = countries)
display(M3)