sashahafner / biogas

Tools for biogas research in R: process biogas data and predict biogas production
14 stars 4 forks source link

summBg() when = 'end' with unequal test duration #42

Closed sashahafner closed 2 years ago

sashahafner commented 3 years ago

Function picks the latest one and then cannot find matching replicates. Would be better to pick earliest final time and use that.

sashahafner commented 2 years ago

Fixed with 1ea1886da06f546e41f791ad2e687c192d701264. Use when = 'latest' to get latest times combined, whether they match or not.