Hi there
While trying this mock analysis, 'rlars' crashed
key library
require(robustHD)
fit robust LARS model
require(MASS) # for the dataset
View(birthwt)
rlars(bwt ~., data=birthwt)
Andreas explained to me what 'fallback' does in the case of this data (the data set has dummy variables). The issue is fixed when typed like this 'rlars(bwt ~., data=birthwt, fallback=T)'
However, this doesn't explain why R crashes when the fallback option isn't set
Comments?
Best
Fernando