2
I have a question about the use of the argument alpha of function ltsReg package robustbase.
As I understand it, it is responsible for determining the size of the subsets that will be used to adjust the model for these subsets by selecting the model of the subset that presented the smallest residues squared.
Generally, the value adopted for lts is 0.5, but the argument alpha allows you to provide a value between 0.5 and 1. So, if I use the value 1, my adjustment should be equivalent to the OLS adjustment? Or I’m misinterpreted the alpha argument?


Hello Machado, I couldn’t find this function
ItsRegthat you’re talking about. What library it belongs to?– André Muta
Sorry, it was lstReg of the rubustbase package.
– Marco Machado