get_gamma_site_model_n_params {beautier} | R Documentation |
Get the number of distributions a site model has
Description
Get the number of distributions a site model has
Usage
get_gamma_site_model_n_params(gamma_site_model)
Arguments
gamma_site_model |
a site model's gamma site model,
as returned by |
Value
the number of parameters a site model has
Author(s)
Richèl J.C. Bilderbeek
Examples
check_empty_beautier_folder()
# 0 parameters
get_gamma_site_model_n_params(
create_gamma_site_model(gamma_cat_count = 0)
)
# 0 parameters
get_gamma_site_model_n_params(
create_gamma_site_model(gamma_cat_count = 1)
)
# 1 parameter
get_gamma_site_model_n_params(
create_gamma_site_model(
gamma_cat_count = 2,
gamma_shape_prior_distr = create_exp_distr()
)
)
check_empty_beautier_folder()
[Package beautier version 2.6.12 Index]