replace_subroutine {pmxcode}R Documentation

Replacement of @SUBROUTINE tag

Description

Replacement of @SUBROUTINE tag

Usage

replace_subroutine(input, new, advan, trans, isPRED, isODE, isLINMAT)

Arguments

input

Internal parameter for shiny

new

Text template

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?


[Package pmxcode version 0.1.3 Index]