Displaying 1 result from an estimated 1 matches for "bnaras".
Did you mean:
banaras
2019 Aug 04
6
gfortran 9 quantreg bug
I?d like to solicit some advice on a debugging problem I have in the quantreg package.
Kurt and Brian have reported to me that on Debian machines with gfortran 9
library(quantreg)
f = summary(rq(foodexp ~ income, data = engel, tau = 1:4/5))
plot(f)
fails because summary() produces bogus estimates of the coefficient bounds.
This example has been around in my R package from the earliest days of R,