CalcDe_func {deFit}R Documentation

Choose the core code by the model.

Description

Choose the core code by the model.

Usage

CalcDe_func(
  data,
  model,
  guess = c(0, 0, 0, 0, 0, 0),
  method,
  chooseModel = NULL,
  guess2,
  method2
)

Arguments

data

Users' data

model

The original string users defined.

guess

The guess values users input.

method

The method users selected.

chooseModel

c(2,1): Bivariate first-order differential equation; c(1,2): Univariable second-order differential equation.

guess2

Use for Multilevel

method2

"Nelder-Mead", "BFGS", "CG", "L-BFGS-B", "SANN" and "Brent"

Value

The result of optimization,SE,RMSE,r-squared,users' data,predictor data and output table.


[Package deFit version 0.2.1 Index]