Format estimate and standard deviation
format_est_sd(Estimate, SE, Digits, Scientific = FALSE)
Estimate | Numeric, the effect estimate. |
---|---|
SE | Numeric, the standard error |
Digits | Numeric, the number of digits to round to. |
Scientific | Logical, defaults to |
A format effect estimate with standard errors rounded to the specified digits.