View source: R/get_stochastic_input.R
get_stochastic_input | R Documentation |
Creates an data frame that serves as parameter inputs for stochastic simulations
get_stochastic_input(nsimulations, input_list, input_vartype)
nsimulations |
number of stochastic simulations |
input_list |
list of input parameters with named elements: alpha, omega_c, omega_h, omega_q, rho_s, rho_a, R, kappa, eta, nu, t_ds, t_da, t_qcs, t_qca, t_qhs, t_qha, t_q |
input_vartype |
list of input parameter variable types with named elements: alpha, omega_c, omega_h, omega_q, rho_s, rho_a, R, kappa, eta, nu, t_ds, t_da, t_qcs, t_qca, t_qhs, t_qha, t_q. Currently supported character options are "proportion", "R_overdispersed", "uniform", "poisson", "fixed" |
data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.