I want to use putdocx table to output the first two columns and the first three rows from ir but when I type help I don’t see any scalars for them. I also tried using r(table)[1,1], but that doesn’t seem to work either. Can I get that info from the table or will I need to use something like total
webuse irxmpl
ir cases exposed time
putdocx table table1(3,2) = ("r(table)[1,1]")
webuse irxmpl
ir cases exposed time
putdocx table table1(3,2) = ("r(table)[1,1]")

Comment