Skip to contents

Holds all parameter comments for a model organized by parameter type (theta, omega, sigma) and validates cross-references between them.

Usage

ModelComments(theta = list(), omega = list(), sigma = list())

Arguments

theta

Named list of ThetaComment objects for THETA parameters.

omega

Named list of OmegaComment objects for OMEGA parameters.

sigma

Named list of SigmaComment objects for SIGMA parameters.

Properties

theta

Named list of ThetaComment objects, keyed by NONMEM name.

omega

Named list of OmegaComment objects, keyed by NONMEM name.

sigma

Named list of SigmaComment objects, keyed by NONMEM name.

Comment Style Guide

ModelComments is populated by parsing NONMEM comments from $THETA, $OMEGA, and $SIGMA blocks.

For accepted raw comment formats and examples, see get_model_parameter_info() ("Raw Comment Formats").