Learn R Programming

quantreg (version 3.34)

latex.table.rq: Function to make a latex table from table.rq output

Description

Makes a latex formatted table from the output of table.rq As currently configured the table has a row for each parameter of the model and columns for each quantile estimated.

Usage

latex.table.rq(object, transpose = FALSE, caption="caption goes here.", 
	digits=3, file=as.character(substitute(object)),...)

Arguments

object
table.rq object
transpose
transpose the table so quantiles are the row dimension
caption
latex caption
digits
number of significant digits
file
name of output file
...
other optional arguments

Value

  • writes a file and returns invisably.

Details

calls latex.table() a modified version of Frank Harrell's Splus function

See Also

table.rq