create_hyper_pars {DAISIE} | R Documentation |
Create list of hyperparameters
Description
Create list of hyperparameters
Usage
create_hyper_pars(d, x)
Arguments
d |
Numeric defining the scaling parameter for exponent for calculating cladogenesis rate. |
x |
Numeric defining the exponent for calculating extinction rate. |
Value
Named list with hyperparameters
Author(s)
Pedro Neves, Joshua Lambert
Examples
hyper_pars <- create_hyper_pars(d = 0.027, x = 0.15)
[Package DAISIE version 4.4.1 Index]