Skip to content

Different input types #2

Description

@lbenedetto

Currently, you can only input a % likelihood if hypothesis is true/false.

If someone is using this app for medical diagnosis, it would be more useful to be able to input Sensitivity and Specificity of the test, and then indicate if the test result was positive or negative.

Another useful input method would be to input the Likelihood ratio directly.

It is trivial to convert between these with code, but can be confusing to do in your head, or even on a pocket calculator if you aren't very experienced with this.

Positive Likelihood ratio = Sensitivity% / (100 - Specificity%)
Negative Likelihood ratio = Specificity% / (100 - Sensitivity%)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions