I have a question about using the alpha
argument of the ltsReg
function of the robustbase
package.
As I understand it, it is responsible for determining the size of the subsets that will be used to fit the model for these subsets, selecting the model of the subset that presented the smallest residues squared.
Generally, the value used for lts
is 0.5, but the alpha
argument allows you to provide a value between 0.5 and 1. So if I use the value 1, my setting must be equivalent to the OLS setting? Or am I misreading the alpha argument?