Description Usage Arguments Value Examples
Quantile regression by Linear Programming using R. Which means turning Quantile regression into a linear programming problem
1 | qrlinear(x, y, tau, Intercept = T)
|
x |
the observed value of independent variables x should be a vector or matrix.(numeric) |
y |
the observed value of dependent variable and y should be a vector. (numeric) |
tau |
the quantile level and tau should be in (0,1). (numeric) |
Intercept |
if TRUE then the reslut including the intercept coefficient (logical) |
the regression coefficients
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.