I'm very new to R and need to calculate some things for my thesis with the fastSOM package. I already created the necessary cov matrix (4x4 matrix). Now to run the calculation for the spillovers, I need a variable "A". As stated in the package description, A has to be "Either a 3-dimensional array with A[„h] being MA coefficient matrices of the same dimension as Sigma or a list thereof."
That's the point where I am stuck since I have little clue how to create this A for my given problem.
I hope someone can help me out here. Thanks a lot.