
PopED computes optimal experimental designs for both population andindividual studies based on nonlinear mixed-effect models. Often this isbased on a computation of the Fisher Information Matrix (FIM).
You need to have R installed. Download the latest version of R fromwww.r-project.org. You can install the released version of PopED fromCRAN with:
install.packages("PopED")And the development version fromGitHub with:
# install.packages("devtools")devtools::install_github("andrewhooker/PopED")To get started you need to define
Learn more in thisintroductionto PopED
You are welcome to: