replace_error: Replace @ERROR tag

View source: R/utils_nonmem.R

replace_errorR Documentation

Replace @ERROR tag

Description

Replace @ERROR tag

Usage

replace_error(
  input,
  new,
  advan,
  trans,
  isPRED,
  nPKcmts,
  nPDcmts,
  parm_lib,
  rv_lib
)

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?

nPKcmts

Number of PK compartments in the model

nPDcmts

Number of PD compartments in the model

parm_lib

Library of parameters

rv_lib

Library for residual variability replacement


pmxcode documentation built on June 22, 2024, 9:33 a.m.