whichPKmodel: Find a Monolix PK model

View source: R/whichPKmodel.R

whichPKmodelR 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)

Rsmlx documentation built on Oct. 17, 2023, 5:09 p.m.

Related to whichPKmodel in Rsmlx...