powered by
Defines a model string for a parameter, optionally adding inter-individual variability.
add_variability(param_name, eta_flag, param_table, param.type = 1)
A list containing:
Character. The model string for the parameter.
Character. The initialization string for the variability parameter (if applicable).
Character. The name of the parameter.
Integer. If 1, inter-individual variability is added; otherwise, it is not.
Data frame. A table containing parameter details with columns Name, init, and optionally bounds like lb and ub.
Name
init
lb
ub
Integer. Transformation type: 1=Exponential, 2=Logistic. Defaults to 1.
Zhonghui Huang
param_table <- initialize_param_table() add_variability("cl", 1, param_table)
Run the code above in your browser using DataLab