#Suppose that matrices.gcm is the co-ocurrence matrices.
##Note:This is just an example.
##The real co-occurrence matrix should be generated from actual studies.
mx1.tflm<-matrix(c(1,0,0,1,1,0),nrow=2,byrow=2)
mx2.tflm<-matrix(c(1,0,0,1),nrow=2,byrow=2)
matrices.tflm<-list(mx1.tflm,mx2.tflm)
matrices.gcm<-coefa_gcm(matrices.tflm)
#Import a sample size collection containing the original study.
sz<-c(100,200)
#Aggregate multiple co-occurrence matrices.
matrices.acm<-coefa_acm(matrices.gcm,sz,samplesized = TRUE)
matrices.acm
Run the code above in your browser using DataLab