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 )
result
: result from power_equation_fitrelationship
: list contain variable selection resultsi
: scalar for which id used for qdODE solving, must <= nrowinit_pars
: scalar for initial parametersLOP_order
: scalar of LOP ordermethod
: scalar of qdODE solving methodm, cuurent only support least squarenew_time
: vector produce new defined time pointn_expand
: scalar for how many interpolation neededmaxit
: scalar of Optim iteration settinglist contain variable selection results and LOP parameters for every row
Useful links