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