mikeblazanin / gcplyr

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

better handling of negative y values in calc_deriv when percapita = TRUE #153

Open mikeblazanin opened 1 year ago

mikeblazanin commented 1 year ago

It currently returns negative per-capita derivatives, which mathematically are correct but biologically meaningless because the denominator is negative

mikeblazanin commented 6 months ago

Perhaps should just return all negative values as NA?