-
create.poped.database()
now uses a better method of identifying the total number of parameters of each type (bpop, d, sigma, etc.) in a user defined model parameter function (theff_fun
argument increate.poped.database()
) (#73). -
create.poped.database()
has a new optionreorder_parameter_vectors
, which is turned off by default. When turned on, if you use named arguments inbpop
ord
then PopED will try to figure out the order of the parameters based on what is found in thefg_fun
. See the resultingpoped_db$parameters
and make sure the order matches withfg_fun
. -
start_parallel()
has a new default fornum_cores
, which is now one less than the number of cores available fromparallel::detectCores()
. -
model_prediction()
and thereforeplot_model_prediction()
allow for log-normal distributions when using the PI option. This makes sense if you expect the prediction interval of the model will be approximately log-normally distributed, which might often be the case in pop PK models. The new default is nowPI_ln_dist = TRUE
. -
poped_optim()
now has an explicit argument allowing for the specification of Ds-optimal parameters of interest. The option isds_index
. -
Minor bug fixes