asdocx: Export from Stata to Word, Excel, LaTeX & HTML › Forums › asdocx Forum › Writing Local Matrices with asdocx in Stata › Reply To: Writing Local Matrices with asdocx in Stata
I really appreciate all of your help!
I’ve set up my data in two matrices and checked that they are in loc 1 and loc 2 using flexmat showmat, locinfo. The row names match exactly, but when I run the following code:
flexmat merge, matloc(1,2)
I get the error:
merge_matrices(): 3001 expected 6 arguments but received 5 <istmt>: - function returned error r(3001);
Do you have any suggestions for how to make the merge sub-command work?