mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
30 stars 2 forks source link

NA handling in calc_deriv when trans_y = 'log' #101

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

Perhaps the default behavior should just be to return NA for any fits that include any NaN values?

mikeblazanin commented 1 year ago

and, honestly, when trans_y = "linear" too

mikeblazanin commented 1 year ago

done in v0.11.2.9000. Now the presence of any NA's or infinite values in a fitting window returns NA for that point