statist7 / LMSgrowth2

MIT License
2 stars 2 forks source link

Recover from malformed/invalid input data #5

Open tamuri opened 5 years ago

tamuri commented 5 years ago

It is preferred that LSMgrowth2 gracefully handles errors in input data (i.e. prefer warning rather than error) The application should calculate measurements and statistics for as much of the input data as possible and produce warnings/errors for data that did not conform to the right format e.g. calculate Z-scores for all rows where possible and display "NA" where not. It is believed that bad input data is self-evident given strange outputs.