powered by
When the Monolix model has been run, this function allows to extract the estimated individual parameters (EBEs) from the Monolix run folder.
indparm_extractor_mlx(model_name)
Data frame with individual parameter estimates (EBEs)
(string) Name of the Monolix run. Must include “.mlxtran”
Dominic Bräm
mlx_path <- system.file("extdata","mlx_example1_ind.mlxtran",package="pmxNODE") est_parms <- indparm_extractor_mlx(mlx_path)
Run the code above in your browser using DataLab