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

figure out why max percap in "when to average" section of vignette is above the set r = 0.02 #91

Closed mikeblazanin closed 1 year ago

mikeblazanin commented 1 year ago

Perhaps there's some error in the integral equation?

Or some degree of rounding error?

But a lot of the wells have a maximum per-capita growth rate well above the r value of 0.02, which shouldn't be possible if everything was implemented correctly

mikeblazanin commented 1 year ago

Took a look, it's pretty consistent that they get over 0.02. Suspect it may be an integral issue, but it's really not a high priority.

mikeblazanin commented 1 year ago

With latest version (currently in devel branch) most r values are very close to 0.02, so it's likely just a rounding error