get_code {pmxcode}R Documentation

Creation of model code

Description

Creation of model code

Usage

get_code(
  input = NULL,
  template = NULL,
  vars,
  advan,
  trans,
  isPRED,
  isODE,
  isLINMAT,
  isPREDPP,
  varianceTable,
  covarianceBlock,
  rvTable,
  parm_lib,
  model_lib,
  rv_lib,
  scaling,
  replacement = TRUE
)

Arguments

input

Internal parameter for shiny

template

Text template

vars

Reactive object - List of variables in data file

advan

Reactive object - NONMEM ADVAN value

trans

Reactive object - NONMEM TRANS value

isPRED

Reactive object - is model coded with $PRED?

isODE

Reactive object - is model coded with ODEs?

isLINMAT

Reactive object - is model coded as linear matrix?

isPREDPP

Reactive object - is mode coded with $PK?

varianceTable

Variance- table

covarianceBlock

Variance-covariance matrix

rvTable

Reactive object - residual variability matrix

parm_lib

Library of parameters

model_lib

Library for $MODEL replacement

rv_lib

Library for residual variability replacement

scaling

Library for scaling

replacement

Logical value indicating with replacement is required


[Package pmxcode version 0.1.2 Index]