Tabulate is not producing expected output
Hi all I have a bunch of data tables with genomic data in them. Each one has a varying number of columns with the snp name as the name of the column and the nominal responses are either a 0, 1 or 2. The data type is nominal. Each row is a different patient and I have been using tabulate to create a summary of the mean of a continuous variable for each category of 0, 1 or 2. A proper output looks ...