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
transpose
transpose the table so quantiles are the row dimension
digits
number of significant digits
...
other optional arguments
Value
- writes a file and returns invisably.
Details
calls latex.table() a modified version of Frank Harrell's Splus function