Dear all,
How do I save the data from a tabulate command?
I am using the following code where I run a logistic regression and then want to tabulate a variable by another variable based on the population from the logistic regression.
logistic DV IV if include==1 & Dos1== 1,or
bysort Region: tab Sex if e(sample)
How do I save the results for the bysort and tab command? I want to them use these data for a table.
Best,
Adam
How do I save the data from a tabulate command?
I am using the following code where I run a logistic regression and then want to tabulate a variable by another variable based on the population from the logistic regression.
logistic DV IV if include==1 & Dos1== 1,or
bysort Region: tab Sex if e(sample)
How do I save the results for the bysort and tab command? I want to them use these data for a table.
Best,
Adam
Comment