latex.table.rq {quantreg} | R Documentation |
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.
latex.table.rq(object, transpose = FALSE, caption="caption goes here.", digits=3, file="a",...)
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 |
calls latex.table() a modified version of Frank Harrell's Splus function
writes a file and returns invisably.
Roger Koenker