I am using putdocx table. Can I get columns formatted differently, some columns with numbers with 1 decimal place (dp) displayed, others with 4dp, and others as text? The command I am using is
Code:
putdocx table tbl1 = data("run_id tag n adj mean_calc se_calc bias_calc mse_calc num_events num_wa num_ri n_valid"), varnames
and I'd like mean_calc se_calc bias_calc mse_calc to be displayed with 4dp, num_events num_wa num_ri to be displayed with 1dp.
Currently displayed correctly (and I'd like them to stay as such) are run_id tag as text, n adj n_valid as integers.
Thank you for your advice.