No matter what regression I run, I get this error:
Error in optimize(weighted.checkfun, lower = min(cvec), upper = max(cvec), :
invalid 'xmin' value
I can run the same regressions with quantreg and lm and this looks like a code error, not an issue with my data? Let me know if you have any thoughts
No matter what regression I run, I get this error:
I can run the same regressions with
quantregandlmand this looks like a code error, not an issue with my data? Let me know if you have any thoughts