fmt_est: Format point estimator

View source: R/fmt.R

fmt_estR Documentation

Format point estimator

Description

Format point estimator

Usage

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)

RConsortium/submissions-pilot1 documentation built on Feb. 25, 2024, 6:14 a.m.