Solver_BinFirst_func {deFit} | R Documentation |
Core code of Binary first-order differential equational
Solver_BinFirst_func(data, model, guess, method)
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" |
The result of optimization,SE,RMSE,r-squared,users's data,predictor data and output table.