I'm dealing with time series in R. My data are homocedastic, have no autocorrelation, have no unit root at lag = 0, trend or seasonality.
I still have a problem with this specific error:
VAR_S <- summary(VAR(Base_Dados,p = 1, type = "both"))
Error in solve.default (Sigma):
system is computationally singular: reciprocal condition number =
5.67068e-37VAR<- (VAR(Base_Dados, p = 1, type = "both" ) )
At first I thought it was collinearity, but the correlation of the data does not exceed 0.25.