CWWhitney / calibration_app

Materials for the "Calibration Training" Shiny app for University of Bonn
GNU General Public License v3.0
0 stars 0 forks source link

Should negative "range" values be allowed? #13

Closed mthomas-ketchbrook closed 2 years ago

mthomas-ketchbrook commented 2 years ago

Should we allow negative values in Lower90 and Upper90 numeric inputs? Currently they are not allowed.

mthomas-ketchbrook commented 2 years ago

This actually was not a bug and app is working as intended... Note that Lower90 must be less than Upper90, so Lower90 = 0 and Upper90 = -1 is not a valid response.