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-pilot2 documentation built on Feb. 7, 2025, 1:24 a.m.