latex.table.rq {quantreg}R Documentation

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="a",...)

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

Details

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

Value

writes a file and returns invisably.

Author(s)

Roger Koenker

See Also

table.rq

Examples






[Package Contents]