Format point estimator

fmt_est(.mean, .sd, digits = c(1, 2))

Arguments

.mean

mean of an estimator.

.sd

sd of an estimator.

digits

number of digits for .mean and .sd.

Examples

fmt_est(1.25, 0.5)
#> [1] "  1.2 ( 0.50)"