-
-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feature Request]: more methods for CIs for proportions #214
Comments
Thanks @DrLynTaylor ! We could depend on the PropCIs pkg for the calculations, but the package seems to have relatively few downloads from CRAN. Perhaps it would be best for us to implement them ourselves? Can you link to documentation for the methods' calculations, and we can assess if we can have someone write it themselves? |
Thanks....I don't know why sas implemented these 2 ones and not the Newcombe altman method. I've not seen them used so i think my preference might be to remove the issue for midp & blaker (remove this from Camis too & propCis package if it's not used much), then just add Newcombe altman into cardrx? What do you think? |
Wonder if we could ask some other stats people for their opinion too? The topic seems quite complex, I'd love a list of just those commonly used in pharma and the reason for each one! That's what I wanted to put into Camis but I got a bit lost in the weeds & put too much in! |
I think if you use it often, that probably means others do as well and we can add it. If we just found it as an option for calculating CIs, and we don't know anyone using it....we can leave it out until someone requests it? BUT I do love the larger goal of surveying methods used in the field! We also have an open PR for bootstrapped CIs. I haven't had the bandwidth to review yet. But I think that would be a good addition to your list since it's so commonly used. And it would be even more amazing to include descriptions (as you mentioned) of when each of the bootstrap methods are appropriate. |
Let me do more research on midp and blaker methods and get back to you. I'll do a short survey as well and see if we can get any consensus on what actually used. I'll also look into the most common CIs for differences as that list may be different too! |
Done more research into this.... will close this issue as I dont think these two methods are needed. |
Feature description
I'm developing a comparison page for CAMIS looking at CIs for proportions in R vs SAS: https://psiaims.github.io/CAMIS/Comp/r-sas_ci_for_prop.html. For a CI for a single proportion, I found 2 methods (midp and blaker) that were in SAS but not in cardrx (they are available in package PropCIs). Could they be added into cardrx?
Code of Conduct
Contribution Guidelines
Security Policy
The text was updated successfully, but these errors were encountered: