unitquantreg 0.0.6
CRAN release: 2023-09-06
- Removed dependence of
optimx::gHgen()for calculate the numeric Hessian matrix in theunitquantreg.fit()function.
unitquantreg 0.0.5
CRAN release: 2022-10-16
- Reduced unit testing timings.
- Reduced example timings.
- Used
tryCatch()to handle whenchol()fails in the hessian matrix. - Fixed
.plot_conddist()when shape parameter is not constant. - Included a
stopin.plot_conddist()to check if all covariates have values inat_obsargument. - Included the
sim_boundeddata set, a new toy simulated data set.