qdODE_all {idopNetwork} | R Documentation |
wrapper for qdODE model
Description
wrapper for qdODE model
Usage
qdODE_all(
result,
relationship,
i,
init_pars = 1,
LOP_order = 6,
method = "ls",
new_time = NULL,
n_expand = 100,
maxit = 1000
)
Arguments
result |
result from power_equation_fit |
relationship |
list contain variable selection results |
i |
scalar for which id used for qdODE solving, must <= nrow |
init_pars |
scalar for initial parameters |
LOP_order |
scalar of LOP order |
method |
scalar of qdODE solving methodm, cuurent only support least square |
new_time |
vector produce new defined time point |
n_expand |
scalar for how many interpolation needed |
maxit |
scalar of Optim iteration setting |
Value
list contain variable selection results and LOP parameters for every row
[Package idopNetwork version 0.1.2 Index]