drc icon indicating copy to clipboard operation
drc copied to clipboard

mselect function of does not work inside a function

Open rjaffe-exponent opened this issue 3 years ago • 0 comments

Please refer to this post: https://stackoverflow.com/questions/50119927/mselect-function-of-drc-package-does-not-work-inside-a-function

The solution is provided there:

tempObj <- try(update(object, fct = fctList[[i]],
                          data = object$origData),    # <--- line added here
                          silent = TRUE)

Should be an easy update to the mselect function.

rjaffe-exponent avatar Aug 31 '22 22:08 rjaffe-exponent