Learn R Programming

taRifx (version 1.0.6.2)

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

Description

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

Usage

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

Run this code
# NOT RUN {
##
# }

Run the code above in your browser using DataLab