Learn R Programming

DAISIE (version 4.5.0)

create_hyper_pars: Create list of hyperparameters

Description

Create list of hyperparameters

Usage

create_hyper_pars(d, x)

Value

Named list with hyperparameters

Arguments

d

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

x

Numeric defining the exponent for calculating extinction rate.

Author

Pedro Neves, Joshua Lambert

Examples

Run this code
hyper_pars <- create_hyper_pars(d = 0.027, x = 0.15)

Run the code above in your browser using DataLab