xtablelm: Produces the output of an lm object as it appears in the R...

Description Usage Arguments Value See Also Examples

View source: R/Contributed.R

Description

Produces the output of an lm object as it appears in the R console when you type summary(lmobject)

Usage

1
  xtablelm(lm.object, titref, labname, extracaption = NULL)

Arguments

lm.object

the name of your linear model object that you want to make a summary table for.

titref

the label name of the equation you made in Latex to cross reference

labname

the label name you want for this table

extracaption

adds whatever text string you pass to the title of the table.

Value

xtable object

See Also

xtable

Examples

1
##

taRifx documentation built on April 14, 2020, 6:27 p.m.

Related to xtablelm in taRifx...