Format estimate and standard deviation

format_est_sd(Estimate, SE, Digits, Scientific = FALSE)

Arguments

Estimate

Numeric, the effect estimate.

SE

Numeric, the standard error

Digits

Numeric, the number of digits to round to.

Scientific

Logical, defaults to FALSE. Should the results be displayed in scientific format.

Value

A format effect estimate with standard errors rounded to the specified digits.

Examples