coeftostring: Convert coefficients into standardized strings

Description Usage Arguments Details Author(s) See Also Examples

Description

Convert coefficients into standardized strings.

Usage

1
coeftostring(x, lead.zero = FALSE, digits = 2)

Arguments

x

A numeric object, for example a coefficient resulting from a regression model.

lead.zero

If the number starts with "0" or "-0": should the zero be retained or removed? If true, the leading zero is kept.

digits

The number of decimal places to be used.

Details

This function converts numbers into strings and standardizes them according to some simple rules. The function is used by the texreg function.

Author(s)

Philip Leifeld (http://www.philipleifeld.com)

See Also

texreg-package texreg

Examples

1
coeftostring(-0.345, lead.zero = FALSE)  # this should give "-.34"

texreg documentation built on May 2, 2019, 5:02 p.m.