diff options
Diffstat (limited to 'R')
-rw-r--r-- | R/drcfit.R | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,7 @@ drcfit <- function(data, chooseone=TRUE, splitted <- split(data,data$substance) # The indexing of the results of the ED50 function changed with drc 3.0.1 - if (packageVersion("drc") > 3) { + if (packageVersion("drc") > "3") { ED50_row_index = "e:1:50" EDx_row_index_prefix = "e:1" } else { |