initRsmlx {Rsmlx} | R Documentation |
Initialize Rsmlx library
Description
Initialize Rsmlx library and lixoftConnectors. Prints information about the versions of Monolix and lixoftConnectors used.
Usage
initRsmlx(path = NULL)
Arguments
path |
Monolix path |
Value
A list:
-
software
: the software that is used (should be monolix with Rsmlx) -
path
: the path to MonolixSuite -
version
: the version of MonolixSuite that is used -
status
: boolean equaling TRUE if the initialization has been successful.
Examples
## Not run:
initRsmlx()
initRsmlx(path="C:/ProgramData/Lixoft/MonolixSuite2024R1") # specifiy a specific path
## End(Not run)
[Package Rsmlx version 2024.1.0 Index]