This is my first time using a 3 dimensional array and I am having problems naming the third dimension.
ReplicateData <- array(0,c(240,500,5),dimnames=list(NULL, NULL, c("Returns","Replicates","Asset Class")))
I am getting the error "Length of dimnames not equal to array extent" This seems like it should be a simple issue but I can't find an explicit example in the help docs or online.