Closed tdhock closed 5 years ago
Hi Toby,
Thanks for the report. Looking into things, it appears that there's a bug with dist = "lnorm"
. As a quick workaround, you could use dist = "gamma"
instead, as they have nearly identical log-likelihoods.
I think I've figured out what the issue is and it shouldn't be too hard to patch up. I'll let you know when it's fixed.
Hi Toby,
The issue has been resolved. If you want to use dist = "lnorm"
, you can pull version v.2.0.10 from this repo and install icenReg locally or use devtools::install_github
.
I'm not going to push to CRAN just yet, as I would like to do a little more cleaning of ic_sample
, particularly to sped it up.
great thanks!
On Fri, Apr 5, 2019 at 1:52 PM Clifford Anderson-Bergman < notifications@github.com> wrote:
Hi Toby,
The issue has been resolved. If you want to use dist = "lnorm", you can pull version v.2.0.10 from this repo and install icenReg locally or use devtools::install_github.
I'm not going to push to CRAN just yet, as I would like to do a little more cleaning of ic_sample, particularly to sped it up.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pistacliffcho/icenReg_devel/issues/4#issuecomment-480418194, or mute the thread https://github.com/notifications/unsubscribe-auth/AA478jpomG5SKzX8pjgmFa-5L2xmbwlUks5vd7d7gaJpZM4cfdw0 .
just checked, the new version of the code does work now.
Hi I'm trying to use ic_sample via this code
and I'm getting the following error, The output I got was
any ideas how to fix?
or is there any other way to get a distribution of predicted responses/times for a new covariate?
Thanks