You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The forecast is assigned to pred within the if (output) {...} statement, so that pred=NULL is returned when the argument output=FALSE is set in the call. The assignment of pred should probably be moved outside if (output){...}.
The forecast is assigned to
pred
within theif (output) {...}
statement, so thatpred=NULL
is returned when the argumentoutput=FALSE
is set in the call. The assignment ofpred
should probably be moved outsideif (output){...}
.MTS/R/MTS.R
Line 885 in 26ecbaf
The text was updated successfully, but these errors were encountered: