set_prop_family {isotracer} | R Documentation |
Set the distribution family for observed proportions
Description
Set the distribution family for observed proportions
Usage
set_prop_family(nm, family, quiet = FALSE)
Arguments
nm |
A |
family |
Allowed values are "gamma_cv", "beta_phi", "normal_cv", and "normal_sd". |
quiet |
Boolean, if |
Value
A networkModel
object.
Examples
library(magrittr)
m <- new_networkModel() %>%
set_topo(links = "NH4, NO3 -> epi -> pseph, tricor")
m <- m %>% set_prop_family("beta_phi")
m
attr(m, "prop_family")
[Package isotracer version 1.1.6 Index]