Solver_BinFirst_func {deFit}R Documentation

Core code of Binary first-order differential equational

Description

Core code of Binary first-order differential equational

Usage

Solver_BinFirst_func(data, model, guess, method)

Arguments

data

User's data

model

Model's class is dataframe.

guess

Guess values that contain coefficient and initial values.

method

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

Value

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


[Package deFit version 0.2.1 Index]