Learn R Programming

pmxNODE (version 0.1.0)

run_mlx: Run Monolix from R

Description

Runs Monolix from R

Usage

run_mlx(mlx_file)

Value

No return value, running the specified model in Monolix via lixoftConnectors.

Arguments

mlx_file

(string) Absolute or relative Path/Name of Monolix file to run. Must be in R-style, i.e., path must be with slashes. File must be given with file extension, e.g., monolix_file.mlxtran

Author

Dominic Bräm

Details

All paths must be given in R-style, i.e., slashes instead of backslashes. Paths can be absolute or relative.

Examples

Run this code
if (FALSE) {
run_mlx("mlx_file.mlxtran")
}

Run the code above in your browser using DataLab