-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
what to do with evppi()
when eff
& cost
have different lengths to input parameters inputs
?
#53
Comments
@giabaio any ideas?.. |
I struggle to replicate this... Are you on the |
Hi, I'd put it back in to the project recently to do the I think this is the code taken wholesale from the BCEA book.
|
One more on this, before we can perhaps close this: I've modified the |
Thanks for fixing this. After syncing the my fork its passing all the CHECKS in the GH Action. I'll remove the AppVeyor thing; I think thats just a legacy thing anyway |
[like] Baio, Gianluca reacted to your message:
…________________________________
From: Dr Nathan Green ***@***.***>
Sent: Tuesday, November 21, 2023 10:24:12 AM
To: giabaio/BCEA ***@***.***>
Cc: Baio, Gianluca ***@***.***>; Mention ***@***.***>
Subject: Re: [giabaio/BCEA] what to do with `evppi()` when `eff` & `cost` have different lengths to input parameters `inputs`? (Issue #53)
⚠ Caution: External sender
Thanks for fixing this. After syncing the my fork its passing all the CHECKS in the GH Action. I'll remove the AppVeyor thing; I think thats just a legacy thing anyway
—
Reply to this email directly, view it on GitHub<#53 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ACCRVSODCIGKX5GW2ZJXRXDYFR6MZAVCNFSM6AAAAAA62SQZC2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQMRQGYZTGOBSHA>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
While writing the (regression) unit tests to replace the current internal
evppi()
function with the{voi}
package version, an error occured. For the smoking example, the data I have has different number of rows for the cost and effectiveness matrices and the parameter posterior sample size. They should correspond.BCEA::evppi()
actually doesn't throw an error so I don't know how it handles this or if its done correctly.c,e
using the posterior samples?BCEA::evppi()
but not sure if this assumes row match e.g. first 500 of 1000?This is the
voi::evppi()
error:This is the test code:
The text was updated successfully, but these errors were encountered: