replace_pk_pred {pmxcode}R 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


[Package pmxcode version 0.1.2 Index]