aboutsummaryrefslogtreecommitdiff
path: root/R/checkexperiment.R
diff options
context:
space:
mode:
Diffstat (limited to 'R/checkexperiment.R')
-rw-r--r--R/checkexperiment.R2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/checkexperiment.R b/R/checkexperiment.R
index 58868da..2806317 100644
--- a/R/checkexperiment.R
+++ b/R/checkexperiment.R
@@ -140,7 +140,7 @@ checkexperiment <- function(id, db = "ecotox", endpoint = "%")
response_0 <- unique(expdata$raw_0)
if (length(response_0) > 1) stop("More than one mean response at time 0 in the data")
t_days <- duration / 24
- control_growth_rates <- log(controls$response) - log(response_0) / t_days
+ control_growth_rates <- (log(controls$response) - log(response_0)) / t_days
cat("\nMean growth rate in controls:\t", round(mean(control_growth_rates), 3), "per day\n")
}

Contact - Imprint