Changelog
Source:NEWS.md
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
stop
in.plot_conddist()
to check if all covariates have values inat_obs
argument. - Included the
sim_bounded
data set, a new toy simulated data set.