Usage
Rq(formula, tau = 0.5, data, subset, weights, na.action=na.delete,
method = "br", model = FALSE, contrasts = NULL,
se = "nid", hs = TRUE, x = FALSE, y = FALSE, ...)## S3 method for class 'Rq':
print(x, digits=4, coefs=TRUE, latex=FALSE, title, \dots)
## S3 method for class 'Rq':
latex(object,
file = paste(first.word(deparse(substitute(object))),
".tex", sep = ""), append=FALSE,
which, varnames, columns=65, inline=FALSE, caption=NULL,
...)
## S3 method for class 'Rq':
predict(object, \dots, se.fit=FALSE)
RqFit(fit, wallow=TRUE, passdots=FALSE)
Arguments
tau
the single quantile to estimate. Unlike rq
you cannot estimate
more than one quantile at one model fitting.
data,subset,weights,na.action,method,model,contrasts,se,hs
x
set to TRUE
to store the design matrix with the fit.
For print
is an Rq
object.
y
set to TRUE
to store the response vector with the fit
...
other arguments passed to one of the rq
fitting routines.
For latex.Rq
these are optional arguments passed to
latexrms
. Ignored for print.Rq
. For
predict.Rq
this is usually just a
digits
number of significant digits used in formatting results in
print.Rq
.
coefs
specify coefs=FALSE
to suppress printing the table
of model coefficients, standard errors, etc. Specify coefs=n
to print only the first n
regression coefficients in the
model.
latex
a logical value indicating whether information should be
formatted as plain text or as LaTeX markup
title
a character string title to be passed to prModFit
object
an object created by Rq
file,append,which,varnames,columns,inline,caption
se.fit
set to TRUE
to obtain standard errors of
predicted quantiles
fit
an object created by Rq
wallow
set to TRUE
if weights
are allowed in the
current context.
passdots
set to TRUE
if ...may be passed to the fitter