texreg (version 1.36.18)

coeftostring: Convert coefficients into standardized strings

Description

Convert coefficients into standardized strings.

Usage

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.

See Also

texreg-package texreg

Examples

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

Run the code above in your browser using DataLab