replace_pk_pred: Replace @PK and @PRED tags

View source: R/utils_nonmem.R

replace_pk_predR Documentation

Replace @PK and @PRED tags

Description

Replace @PK and @PRED tags

Usage

replace_pk_pred(
  input,
  new,
  preamble_code,
  parms_code,
  derived_parms_code,
  scaling_code,
  init_code,
  isPRED,
  parms,
  varianceTable,
  parm_lib,
  rv_lib,
  mu
)

Arguments

input

Internal parameter for shiny

new

Text template

preamble_code

Preamble code

parms_code

Typical and individual parameter code

derived_parms_code

Derived parameter code

scaling_code

Dose scaling and bioavailability code

init_code

Compartment initialization code

isPRED

Reactive object - is model coded with $PRED?

parms

Parameter selection

varianceTable

Variability selection

parm_lib

Library of parameters

rv_lib

Library for residual variability replacement

mu

A logical indicator for mu transformation


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