qrfit | R Documentation |
High level function for estimating parameters by quantile regression
qrfit(X,y,tau,beta,method,maxit,toler,rho)
X |
the design matrix |
y |
response variable |
tau |
quantile level |
method |
"mm" for majorize and minimize method,"cd" for coordinate descent method, "admm" for Alternating method of mulipliers method,"ip" for interior point mehod |
rho |
augmented Lagrangian parameter |
beta |
initial value of estimate coefficient (default naive guess by least square estimation) |
maxit |
maxim iteration (default 200) |
toler |
the tolerance critical for stop the algorithm (default 1e-3) |
a list
structure is with components
beta |
the vector of estimated coefficient |
b |
intercept |
qrfit(x,y,tau) work properly only if the least square estimation is good. Interior point method is done by quantreg.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.