Saturday, February 11, 2023

Extract data from 1000 regression tables

Hi,

I am using this command below for 1000 variables as an outcome.

foreach outcome of varlist B-ARP{
regress `outcome' bmi Age i.sex i.smoking i.lpa2c i.cholestrol
}

I would like to know how I can extract data for those with significant results from 1000 tables.


No comments:

Post a Comment