Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mselect function of does not work inside a function #28

Open
rjaffe-exponent opened this issue Aug 31, 2022 · 0 comments
Open

mselect function of does not work inside a function #28

rjaffe-exponent opened this issue Aug 31, 2022 · 0 comments

Comments

@rjaffe-exponent
Copy link

rjaffe-exponent commented Aug 31, 2022

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 rjaffe-exponent changed the title mselect function of drc package does not work inside a function mselect function of does not work inside a function Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant