whichPKmodel {Rsmlx}R Documentation

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

## Not run: 
whichPKmodel(parameter=c("Tlag", "Tk0", "V", "Cl"))

## End(Not run)

[Package Rsmlx version 2023.1.5 Index]