monolix2simulx {mlxR}R Documentation

Convert a Monolix Project into an executable for the simulator Simulx

Description

Convert a Monolix Project into an executable for the simulator Simulx

Usage

monolix2simulx(
  project,
  parameter = NULL,
  group = NULL,
  open = FALSE,
  r.data = TRUE,
  fim = NULL
)

Arguments

project

: the name of a Monolix project

parameter

: string $(NameOfTypeOfParameter), the type of specific parameters to use example: "mode", "mean"...

group

: a list with the number of subjects

open

: load the R script created if open=TRUE

r.data

: read the data if r.data=TRUE

fim

: Fisher information matrix

Value

creates a folder projectNameR containing files :

Examples

## Not run: 
project.file <- 'monolixRuns/theophylline1_project.mlxtran'  #relative path
monolix2simulx(project=project.file,open=TRUE)
monolix2simulx(project=project.file,parameter=list("mean",c(a=0, b=0)),open=TRUE)

## End(Not run)

[Package mlxR version 4.2.0 Index]