lmFormat: Format beta coefficient of lm() model object for LaTeX text

View source: R/lmFormat.R

lmFormatR Documentation

Format beta coefficient of lm() model object for LaTeX text

Description

Format beta coefficient of lm() model object for LaTeX text

Usage

lmFormat(x, digits = 2, ...)

Arguments

x

lm() model object

digits

number of digits to round F statistic

...

arguments passed to pFormat()

Value

character string

Examples

mod <- lm(rnorm(50) ~ rnorm(50))
lmFormat(mod)

johngodlee/JLGMisc documentation built on June 29, 2024, 9:15 p.m.