Update parameter info in a ModelComments object
Usage
update_param_info(
info,
parameter,
kind = NULL,
name = NULL,
display = NULL,
description = NULL,
unit = NULL,
parameterization = NULL,
associated_theta = NULL
)Arguments
- info
A ModelComments object
- parameter
The parameter to update. Can be a NONMEM name (e.g., "THETA1", "OMEGA(1,1)") or a custom name/display value.
- kind
Optional character. Filter by parameter kind ("THETA", "OMEGA", or "SIGMA"). Required if the name is ambiguous across kinds.
- name
User-defined parameter name (e.g., "CL", "IIV-CL")
- display
Display name for tables/output
- description
Description of the parameter
- unit
Unit of measurement. Applies to THETA and SIGMA parameters.
- parameterization
Transformation type. Valid values: "LogNormal", "Logit", "AddErr", "LogAddErr", "Proportional", "Identity".
- associated_theta
Related theta name(s). Only applies to OMEGA parameters.