View source: R/family_branch.R
add_family_branch | R Documentation |
mverse
object.This method adds a family branch to an existing mverse
object.
A family branch is used to define options for the analysis distributions
when using glm_mverse()
.
add_family_branch(.mverse, br)
.mverse |
a |
br |
a |
The resulting mverse
object.
Other family branch functions:
family_branch
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.