I was using the rugarch
package to fit an ARMA-GARCH
model with multiple external regressors. But there is an error message that says:
Error in svd(na.omit(xreg)) : a dimension is zero
I'm wondering what is causing this error. Thanks!
I was using the rugarch
package to fit an ARMA-GARCH
model with multiple external regressors. But there is an error message that says:
Error in svd(na.omit(xreg)) : a dimension is zero
I'm wondering what is causing this error. Thanks!
testdata_1
should be in matrix format.
There should be no Na's
Check if there's data inside testdata_1[,-c(1:2)]