Skip to content
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

Open
vlangberg opened this issue Apr 15, 2015 · 4 comments
Open

Back-calculating 2x2 Tables #186

vlangberg opened this issue Apr 15, 2015 · 4 comments
Assignees

Comments

@vlangberg
Copy link
Collaborator

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.

@gdietz
Copy link
Owner

gdietz commented Apr 20, 2015

@bwallace I guess we should include the calculator functionality like in OpenMeta?

@bwallace
Copy link
Collaborator

Might be nice. How hard would it be to transplant that functionality here?

@gdietz gdietz self-assigned this Apr 27, 2015
@gdietz
Copy link
Owner

gdietz commented May 4, 2015

@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:

  • Add a calculator icon in the toolbar.
  • When clicked, a non-modal calculator window appears which lets you do calculations but is not integrated with the spreadsheet itself.

@gdietz
Copy link
Owner

gdietz commented Jul 6, 2015

what's left to do:
-Make the back-calculation work
-make the window non-modal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants