Learn R Programming

Rsmlx (version 2023.1.5)

whichPKmodel: Find a Monolix PK model

Description

Return the path of the Monolix PK model defined by a list of parameter names See https://monolix.lixoft.com/rsmlx/whichPKmodel/ for more details.

Usage

whichPKmodel(parameter, mlxPath = NULL, pkPath = NULL, lib = FALSE)

Arguments

parameter

a vector of PK parameter names

mlxPath

path to Monolix install

pkPath

path to the Monolix PK library

lib

boolean to define if the absolute path is returned

Examples

Run this code
if (FALSE) {
whichPKmodel(parameter=c("Tlag", "Tk0", "V", "Cl"))
}

Run the code above in your browser using DataLab