Automatically used in xls.fit()
No need to use if the objective function is not specifically desired to be achieved.
xls.objfun(data, error_column_name, error_weights, error_ahead_level)A data.frame object which is returned by xls.prep. Tip: xls.prep's .$data sub object returns the data.frame
Symbolic error column's name. By default, it is named "error_symbolic" by xls.prep()
A numeric vector including error weights by order.
An integer which represents how many steps further the parameters will be optimized for each data point.
A function object.