ddalthorp / GenEst

R package development for a generalized mortality estimator
Other
6 stars 6 forks source link

Reset buttons needed #510

Closed prabie closed 6 years ago

prabie commented 6 years ago

The GUI needs reset buttons to clear previous work. You can accomplish this by reloading the app but that feels extreme from a user perspective. You can also use the keyboard to erase many of input text fields but it's not intuitive because one populates those from drop down menus. I suggest reset buttons for each of the following functions:

-Clear this analysis (CP SEEF etc) -Clear this data file -Clear this estimate

Maybe others, too.

rwolpert commented 6 years ago

Thanks! --

Prof. Robert L. Wolpert : rlw@duke.edu : +1-919-684-3275 Duke Univ. Dept. of Statistical Science : 211c Old Chem, Box 90251 & Nicholas School of the Environment ES&P : stat.duke.edu/~rlw/

ddalthorp commented 6 years ago

This is a good idea.

...and when, say, SE data are cleared, M and g estimates should be cleared as well to avoid mismatch between results and the data they are based on.

juniperlsimonis commented 6 years ago

data file clearing via buttons included as of v0.2.13 #556, and any clearing of data also clears downstream estimates to avoid mismatches

juniperlsimonis commented 6 years ago

every major button (data input, run SE and CP model, estimate M g, split M) now has a "clear" counterpart that clears out everything downstream

as of v0.2.14 #557