Skip to content

PopED for R version 0.2.0

Compare
Choose a tag to compare
@andrewhooker andrewhooker released this 21 Mar 11:11
· 732 commits to master since this release
  • Fixed plot_efficiency_of_windows() bug that had wrong headers on each subplot.
  • Fixed bug in plot_model_prediction() that did not plot the optimized design, but instead the initial design
  • Reorganized the database created from create.poped.database(). The output from this function is now a list with 5 sub-lists: design, design_space, model, parameters and settings. Also removed duplicate entries in the database for easier manipulation. This will cause some back compatibility issues when refering to elements in a database.
  • Added example 10 describing a PKPD design of hepatitis C virus (HCV) kinetics to the system.file("examples",package="PopED") directory of the PopED installation.