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