Learn R Programming

Rsmlx (version 2023.1.5)

initRsmlx: Initialize Rsmlx library

Description

Initialize Rsmlx library

Usage

initRsmlx(path = NULL)

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.

Arguments

path

Monolix path

Examples

Run this code
if (FALSE) {
initRsmlx()  # print the info about Monolix and lixoftConnectors
initRsmlx(path="C:/ProgramData/Lixoft/MonolixSuite2019R1")  # use MonolixSuite 2019R1
}

Run the code above in your browser using DataLab