Description Usage Arguments Value Author(s) Examples
Creates a list with the continuous parameters to simulate the model, upper and lower bounds for the parameter estimation, parameters names, indices of the parameters and other information.
1 2 3 4 |
model |
The logic model to be simulated. |
LB_n |
A numeric value to be used as lower bound for all parameters of type n. |
LB_k |
A numeric value to be used as lower bound for all parameters of type k. |
LB_tau |
A numeric value to be used as lower bound for all parameters of type tau. |
UB_n |
A numeric value to be used as upper bound for all parameters of type n. |
UB_k |
A numeric value to be used as upper bound for all parameters of type k. |
UB_tau |
A numeric value to be used as upper bound for all parameters of type tau. |
default_n |
The default parameter to be used for every parameter of type n. |
default_k |
The default parameter to be used for every parameter of type k. |
default_tau |
The default parameter to be used for every parameter of type tau. |
LB_in |
An array with the the same length as ode_parameters$parValues with lower bounds for each specific parameter. |
UB_in |
An array with the the same length as ode_parameters$parValues with upper bounds for each specific parameter. |
opt_n |
Add all parameter n to the index of parameters to be fitted. |
opt_k |
Add all parameter k to the index of parameters to be fitted. |
opt_tau |
Add all parameter tau to the index of parameters to be fitted. |
random |
logical value that determines that a random solution is for the parameters to be optimized. |
parNames |
An array containing the names of the parameters. |
parValues |
An array containing the values of the parameters, in the same order as the names. |
index_opt_pars |
An array containing the indexes for the parameters to be fitted. |
index_n |
An array containing the indexes of the parameters of type n. |
index_k |
An array containing the indexes of the parameters of type k. |
index_tau |
An array containing the indexes of the parameters of type tau. |
LB |
An array containing the lower bound for each parameter. |
UB |
An array containing the upper bound for each parameter. |
David Henriques, Thomas Cokelaer
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.