Learn R Programming

pmxNODE (version 0.1.0)

indparm_extractor_mlx: Monolix individual estimations extractor

Description

When the Monolix model has been run, this function allows to extract the estimated individual parameters (EBEs) from the Monolix run folder.

Usage

indparm_extractor_mlx(model_name)

Value

Data frame with individual parameter estimates (EBEs)

Arguments

model_name

(string) Name of the Monolix run. Must include “.mlxtran”

Author

Dominic Bräm

Examples

Run this code
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