search for: varxls

Displaying 2 results from an estimated 2 matches for "varxls".

Did you mean: varx
2011 Apr 04
1
simulating a VARXls model using dse
Hello, Using the dse package I have estimated a VAR model using estVARXls(). I can perform forecasts using forecast() with no problems, but when I try to use simulate() with the same model, I get the following error: Error in diag(Cov, p) : 'nrow' or 'ncol' cannot be specified when 'x' is a matrix Can anyone shed some light on the meaning of t...
2012 May 04
1
Problems Exporting R Output to an xls file need help
...5 2086640 4448270 1461554 5073355 214 3252189 2065234 4439144 1436898 5067480 215 3236923 2043860 4429987 1412290 5061556 216 3221657 2022517 4420798 1387730 5055585 > utils:::menuInstallLocal() package 'dataframes2xls' successfully unpacked and MD5 sums checked > varxls<-forecast(dryfit, h=60) > write.xls(varxls) Error: could not find function "write.xls" > library(dataframes2xls) > write.xls(varxls) [1] "Does 'python' exist, and is it in the path?" Error in paste("-o ", file, " ", sep = "") :...