Produces a file with latex commands for a table of rq results.
# S3 method for summary.rqs
latex(x, transpose = FALSE, caption = "caption goes here.",
digits = 3, file = as.character(substitute(x)), ...)
x
is an object of class summary.rqs
if TRUE
transpose table so that
rows are quantiles and columns are covariates.
caption for the table
decimal precision of table entries.
name of file
optional arguments for latex.table
Returns invisibly after writing the file.
Calls latex.table
.