Skip to content

does rlars have to crash when not using 'fallback'? #33

@firthunands

Description

@firthunands

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

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions