Learn R Programming

isotracer (version 1.1.8)

priors: 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)

Value

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

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.

Examples

Run this code
priors(aquarium_mod)
priors(trini_mod)

Run the code above in your browser using DataLab