Solver of bivariate first-order differential equation
Solver_BiFirst_func(userdata, var_model, guess, method)a list
a data frame containing all model variables. The "time" column must be included.
a dataframe containing equations.
a list or a string. Guess the coefficients or initial values.
a list or a string. The available options are 'Nelder-Mead','L-BFGS-B','SANN' and 'BFGS'.