Learn R Programming

pmxNODE (version 0.1.0)

pre_fixef_extractor_mlx: Monolix estimations extractor

Description

When the Monolix model has been run, e.g., with only population estimation, this function allows to extract the estimated parameters from the Monolix run folder. This function is meant, e.g., to get initial values for a Monolix run with inter-individual variability and to be then used as pre_fixef argument in the nn_converter_mlx function

Usage

pre_fixef_extractor_mlx(model_name)

Value

Named vector of Monolix parameter estimations

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 <- pre_fixef_extractor_mlx(mlx_path)

Run the code above in your browser using DataLab