family_branch: Create a new family branch.

View source: R/family_branch.R

family_branchR Documentation

Create a new family branch.

Description

Create a new family branch.

Usage

family_branch(..., name = NULL)

Arguments

...

branch definition expressions.

name

(optional) Name for the new family.

Value

a family_branch object.

See Also

Other family branch functions: add_family_branch()

Examples

# Define a family branch.
model_distributions <- family_branch(
  gaussian, poisson(link = "log")
)
# Create a mverse and add the branch.
mv <- create_multiverse(hurricane) %>%
  add_family_branch(model_distributions)

mverse documentation built on June 21, 2025, 5:09 p.m.