qdODE_all | R Documentation |
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_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 |
list contain variable selection results and LOP parameters for every row
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.