Neal Fultz

Results 168 comments of Neal Fultz

One thing I would also add for usability * Add a check for the interrupt signal in the do loops in C++, so that people can Ctrl-C instead of R...

car has a seperate method for mlm, you might be able to get this working by fiddling with the classes of the output object that lm_robust is producing. On Mon,...

:( We may be able to decompose an `mlm` into a list of `lm`, but that seems a bit painful.

Can you please post the error message if available?

This is likely related / more extreme case of #312 - the large number of rows is likely causing loss of precision somewhere, causing it to loop.

It "does the right thing" for N=100, eg lm_robust(y~x, data.frame(y = rnorm(100), x = 1)) You might consider making hooking up the threshold to an option() or fit parameter and/or...

At least in the context of DeclareDesign, Bad Things can happen when the NAness of the output coefficients changes from draw to draw or as N increases. Maybe it could...

You can accomplish the same thing using sum-to-zero contrasts I think.

lm_robust_fit is not the friendly one iirc - agree that this is low priority - error checking / warnings etc belongs in lm_robust. To the extent that tidy fails, if...

Sure, I can add it to my todo list.