latex.lm: Print linear model object as latex formula

Description Usage Arguments Value

View source: R/latex_lm.R

Description

Print linear model object as latex formula

Usage

1
2
3
latex.lm(object, file = "", math.env = c("$", "$"),
  estimates = "none", abbreviate = TRUE, abbrev.length = 8,
  digits = 3)

Arguments

object

the linear object

file

file to write to. Leave blank to print to screen (Default)

math.env

Surrounding tags $ and $ by default

estimates

c("none","inline","separate") for parameter estimates

abbreviate

Should terms be abbreviated

abbrev.length

Length of the abbrevitation

digits

Precision

Value

A latex rendition of the model


dietrichson/sashaUseful documentation built on Sept. 16, 2019, 3:31 p.m.