priors: Return the tibble containing the priors of a networkModel

View source: R/ui_getters.R

priorsR Documentation

Return the tibble containing the priors of a networkModel

Description

Return the tibble containing the priors of a networkModel

Usage

priors(nm, fix_set_params = FALSE, quiet = FALSE)

Arguments

nm

A networkModel object.

fix_set_params

If TRUE, parameters for which a value is set are given a fixed value (i.e. their prior is equivalent to a point value).

quiet

Boolean to control verbosity.

Value

A tibble giving the current priors defined for the input network model.

Examples

priors(aquarium_mod)
priors(trini_mod)


isotracer documentation built on Sept. 22, 2023, 1:07 a.m.