ranklasso | R Documentation |
ranklasso computes the rank (LAD-)regression estimate
ranklasso(y, X, lambda, b0 = NULL, printitn = F)
y |
: numeric data vector of size N x 1 (output, respones) |
X |
: numeric data matrix of size N x p (input, features) |
lambda |
: penalty parameter (>= 0) |
b0 |
: numeric optional initial start (regression vector) of iterations. If not given, we use LSE. |
printitn |
: bool, print iteration number (default = F, no printing) and other details |
b1 : numeric the regression coefficient vector
iter : (numeric) # of iterations (given when IRWLS algorithm is used)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.