Controls which transforms are applied for display by parameter kind.
Usage
set_spec_transforms(spec, theta = NULL, omega = NULL, sigma = NULL)
Arguments
- spec
A TableSpec object
- theta
Columns to transform for theta parameters
- omega
Columns to transform for omega parameters
- sigma
Columns to transform for sigma parameters
Examples
spec <- TableSpec() |>
set_spec_transforms(theta = "all", omega = c("estimate", "cv"))