qdODE_all: wrapper for qdODE model

View source: R/ode_solving.R

qdODE_allR 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


idopNetwork documentation built on April 18, 2023, 9:09 a.m.