-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature request: profile function for log-likelihood profiling #1
Comments
The You can install with: remotes::install_github("nlmixr2/lotri")
remotes::install_github("nlmixr2/rxode2")
remotes::install_github("nlmixr2/nlmixr2") |
The tests need to be updated too, since they use low level functions etc, so this isn't "working" yet. |
Maybe we should move this to projects? |
@mattfidler , Can you please move this to |
Done. Not sure what is required to move issues. |
@mattfidler, While working on the What I'd like to do is to use a one-dimensional minimizer trying to minimize
Rather than reinventing all of this, I'd prefer to use parts of |
Not yet. You are in luck 😄 I would suggest something like Brent's method in optim |
Unfortunately, Brent's method in |
I think that it'd be helpful to implement a
profile()
method for fit objects to perform log-likelihood profiling. (This is not a high priority request, and if not yet implemented, it's something that I could help with.)The text was updated successfully, but these errors were encountered: