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)), ...)
Returns invisibly after writing the file.
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
R. Koenker
Calls latex.table
.
summary.rqs
, latex.table