Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

predict(x, type="prob") recycles its output to the length of the original data for dexp() and dlnorm() models #19

Open
mbg-unsw opened this issue Nov 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@mbg-unsw
Copy link
Owner

dt_exp <- readRDS(test_path("fixtures", "dt_exp.rds"))

x <- wtdttt(dt_exp, form = t ~ dexp(logitp, lnbeta), start=0, end=1)

predict(x, type="prob", distrx=c(0.1402369, 0.06039674))
   [,1]
1   0.2
2   0.5
... multiple rows deleted
61  0.2
62  0.5
@mbg-unsw mbg-unsw added the bug Something isn't working label Nov 27, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant