fast_rlm: robust linear model using an M estimator

View source: R/fast_rlm.R

fast_rlmR Documentation

robust linear model using an M estimator

Description

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

Usage

fast_rlm(x, y, maxit = 20)

Arguments

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


RGLab/openCyto documentation built on Aug. 23, 2023, 6:53 a.m.