Thanks a lot for your work on this package.
I faced the could not find function "lqs" error while fitting a constraint RLM (using restriktor::restriktor(...)). It seems that MASS is not loaded in the environment prior to the instruction do.call("lqs", c(list(x, y, intercept = FALSE), lqs.control)) in conRLM_fit.R (line 79).
A straightforward workaround is to load MASS myself before fitting the model.
Hi,
Thanks a lot for your work on this package. I faced the
could not find function "lqs"
error while fitting a constraint RLM (usingrestriktor::restriktor(...)
). It seems thatMASS
is not loaded in the environment prior to the instructiondo.call("lqs", c(list(x, y, intercept = FALSE), lqs.control))
in conRLM_fit.R (line 79). A straightforward workaround is to loadMASS
myself before fitting the model.Have a nice day, Vadim