fast_rlm | R Documentation |
rewritten in c++, till eval stats::lm.wfit r function in underlying cpp11 code It is internally used for singletGate, thus its output format may not be generic enough for common model fitting . e.g. it doesn't take formula as input
fast_rlm(x, y, maxit = 20)
x |
matrix with first column as weight (default can be 1s), the rest columns are predict variable |
y |
numeric vector as response |
maxit |
maximum iterations |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.