make_se_entry: Format estimates and standard errors for nice printing

View source: R/utilities.R

make_se_entryR Documentation

Format estimates and standard errors for nice printing

Description

Format estimates and standard errors for nice printing

Usage

make_se_entry(estimate, std.error, digits = 2)

Arguments

estimate

a numeric vector of parameter estimates

std.error

a numeric vector of standard error estimates

digits

number of digits to retain

Value

a character vector of formatted estimates and standard errors

Examples


estimate <- c(0.07, 0.005, -4)
std.error <- c(0.12, 0.001, 1.2)

make_se_entry(estimate, std.error)


rdddr documentation built on July 3, 2022, 5:06 p.m.