-
Notifications
You must be signed in to change notification settings - Fork 7
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
Back-calculating 2x2 Tables #186
Comments
@bwallace I guess we should include the calculator functionality like in OpenMeta? |
Might be nice. How hard would it be to transplant that functionality here? |
@bwallace Somewhat hard. I also think we should then transition the main spreadsheet UI from being an arbitrary spreadsheet to having a particular data type associated with it so that different options are shown according to the data type. Additionally, if we do this, we can get rid of the data location page in the wizard since we can have the user tell us what columns their data describe (e.g. when you right click a column you can tell the program 'this is the # of treatment responses, etc.' and have this persist across analyses. We should make a new issue for this. For now, for the purposes of this issue we should just:
|
what's left to do: |
If a user has events and totals rather than events and non-events, there is no way to calculate non-events. Likewise, if a user has, for example, an odds ratio and totals, there is no way to back-calculate events.
The text was updated successfully, but these errors were encountered: