Select data configuration template for hmde supported model
Examples
# basic usage of hmde_model
hmde_model("constant_single_ind")
#> $n_obs
#> NULL
#>
#> $y_obs
#> NULL
#>
#> $obs_index
#> NULL
#>
#> $time
#> NULL
#>
#> $prior_pars_ind_beta
#> [1] 0 2
#>
#> $prior_pars_global_error_sigma
#> [1] 0 2
#>
#> $model
#> [1] "constant_single_ind"
#>
#> attr(,"class")
#> [1] "hmde_object"