monolix2simulx: Convert a Monolix Project into an executable for the...

Description Usage Arguments Value Examples

View source: R/monolix2simulx.R

Description

Convert a Monolix Project into an executable for the simulator Simulx

Usage

1
2
3
4
5
6
7
8
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

1
2
3
4
5
6
## 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)

Example output

Loading required package: ggplot2
[ERROR] Lixoft softwares suite has probably not been installed. You can install it from http://download.lixoft.com
NULL
[ERROR] Lixoft softwares suite has probably not been installed. You can install it from http://download.lixoft.com
NULL

mlxR documentation built on Jan. 19, 2021, 5:06 p.m.