Quantcast
Channel: The Stata Blog - Latest Comments
Viewing all articles
Browse latest Browse all 1129

Re: Export tables to Excel

$
0
0

tab2xl keeps returning zeros for the first few rows of my frequency data for the numeric value "mic". Any idea as to why?

As a result this command:

tab2 mic testname if organisms == "Salmonella Sp." & specimen_type=="sponge"

Returns a table that is more complete than this command:

tab2xl mic testname if organisms == "Salmonella Sp." & specimen_type=="sponge" using "MIC Table/Salm_spg", row(2) col(2)


Viewing all articles
Browse latest Browse all 1129

Trending Articles