library(babelmixr2)
#> Loading required package: nlmixr2
#> Loading required package: nlmixr2data
This currently talks about the bare minimum needed to create an estimation method. It will be updated with how to create an estimation method that returns a nlmixr2 fit object later.
To create a new estimation method, the following steps are required.
nlmixr2Est()
method
This method will have an input of the environment of the nlmixr2est
UI object (see ?nlmixr2Est
). It will output the fit
object.