Represents parsed comments for THETA parameters.
Usage
ThetaComment(
nonmem_name = character(0),
name = NULL,
display = NULL,
description = NULL,
unit = NULL,
parameterization = NULL
)Arguments
- nonmem_name
Character. The NONMEM parameter name (e.g., "THETA1").
- name
Character or NULL. User-defined parameter name (e.g., "CL", "V").
- display
Character or NULL. Display name for tables/output.
- description
Character or NULL. Description of the parameter.
- unit
Character or NULL. Unit of measurement (e.g., "L/hr").
- parameterization
Character or NULL. Transformation type.
Properties
- nonmem_name
The NONMEM parameter identifier.
- name
User-friendly name parsed from comments.
- display
Display name for tables. Falls back to
nameif NULL.- description
Longer description of what the parameter represents.
- unit
Unit of measurement for the parameter value.
- parameterization
Transformation type. Valid values: "LogNormal", "Logit", "AddErr", "LogAddErr", "Proportional", "Identity".