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)