Skip to contents

Controls how parameter names are displayed in the table.

Usage

set_spec_parameter_names(spec, source = NULL, append_omega_with_theta = NULL)

Arguments

spec

A TableSpec object

source

One of "name", "display", or "nonmem". If NULL, keeps current value.

append_omega_with_theta

Logical. If TRUE, append associated theta names to omega parameters. If NULL, keeps current value.

Value

Modified spec

Examples

spec <- TableSpec() |>
  set_spec_parameter_names(source = "nonmem", append_omega_with_theta = FALSE)