When trying to pass the parameter "method" to stats::arima like in
arima111ML = fable::ARIMA(formula, method="ML")
(formula: formula according to specification)
the error message:
1 error encountered for arima111ML
[1] formal argument "method" matched by multiple actual arguments
is displayed.
When trying to pass the parameter "method" to stats::arima like in
arima111ML = fable::ARIMA(formula, method="ML")
(formula: formula according to specification)
the error message:
1 error encountered for arima111ML
[1] formal argument "method" matched by multiple actual arguments
is displayed.