get_ml_rates | R Documentation |
Get maximum likelihood estimates of DD rates
get_ml_rates(aic_tbl, n_seq = 1:ceiling(max(aic_tbl$ml_k) * 1.5))
aic_tbl |
a data frame containing ML estimates for the 10 DD models (*one* row per model) with at least cols 'dd_model', 'ml_lambda_0', 'ml_mu_0', 'ml_k' and 'ml_alpha'. E.g. the output of 'filter_aic_best(read_mle_tbl())' |
n_seq |
numeric vector, sequence of values of N for which the DD rates are to be returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.