priors {isotracer}R 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)


[Package isotracer version 1.1.5 Index]