-
Notifications
You must be signed in to change notification settings - Fork 21
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
FYI: ED Laplace doesn't work in current version of PopED #74
Comments
Also an imported
And understand differences in parameterization. Currently par <- tPar*exp(eta.par) But this is also lognormal: par <- exp(tpar + eta.par) Though
par <- tpar + eta.par This is identified as Also it seems that you are not using the standard deviation for specifying variability (it is CV%?, or is it something else? does it change based on transformation?) Just wondering here. Perhaps I missed it in the documentation. |
Hi Matt, In the latest development version, this example is working. See https://andrewhooker.github.io/PopED/articles/examples.html#design-evaluation-including-uncertainty-in-the-model-parameters-robust-design The flags are (as defined in the same example in the link above, also defined in https://andrewhooker.github.io/PopED/reference/create.poped.database.html#arg-bpop):
These are the distributions of the uncertainties of the fixed effects. Not the distributions of the between subject variability ... So you need to make an assumption about the structure of the uncertainties. This is certainly related to how you have the fixed effects parameterized in your model, but not a direct correlation. It would be great if you can get something working automatically on imported NONMEM or Monolix models! |
Many models specify fixed effects in different ways; Would: Example 1:
and Example 2:
Clarifying question:In example 1 the parameter |
Much of babelmixr2 will allow the import of models from NONMEM and Monolix to rxode2 and the allow optimal design with PopED. If you have time, we could chat a bit about this ACoP. Theo is working on some examples with this as well. |
With |
See lines:
PopED/inst/examples/ex.2.d.warfarin.ED.R
Lines 63 to 69 in ee8f50b
This doesn't work.
I was thinking it was my implementation but it doesn't work in the examples either.
The text was updated successfully, but these errors were encountered: