create_hyper_pars: Create list of hyperparameters

Description Usage Arguments Value Author(s) Examples

View source: R/create_pars.R

Description

Create list of hyperparameters

Usage

1
create_hyper_pars(d_0, x, alpha, beta)

Arguments

d_0

Numeric defining the scaling parameter for exponent for calculating cladogenesis rate.

x

Numeric defining the exponent for calculating extinction rate.

alpha

Numeric defining the exponent for calculating the immigration rate.

beta

Numeric defining the exponent for calculating the anagenesis rate.

Value

Named list with hyperparameters

Author(s)

Pedro Neves, Joshua Lambert

Examples

1
hyper_pars <- create_hyper_pars(d_0 = 0.027, x = 0.15, 0.294, 0.383)

xieshu95/DAISIE_new documentation built on March 20, 2020, 5:31 a.m.