Hi all,
I'm quite new to Stata and I already run into trouble.
I want to run a fairly simple regression which tests the correlation between 2 variables.
My dataset is obtained from compustat and covers all firms in compustat from 01/01/02 up to 31/12/14. I want to check whether 'revenue growth' is correlated with 'epmloyee growth' as in:
Rev Growth at t = B0 + B1Employee growth at t. (I require B1)
Both employee- and revenue growth are computed as (Revenue at t - Revenue at t-1)/Revenue at t-1.
My dataset contains a lot of firms which all have a unique identifier and multiple year data. How do I do this? I'm not even sure how to compute the growth for each individual firm in one command.
P.s. I want to import an Excel file into stata which has about 1.1 million observations and Stata already freezes, is this due to my computer (5+ years old) or is this considered a 'large' sample for Stata understandings?
I'm quite new to Stata and I already run into trouble.
I want to run a fairly simple regression which tests the correlation between 2 variables.
My dataset is obtained from compustat and covers all firms in compustat from 01/01/02 up to 31/12/14. I want to check whether 'revenue growth' is correlated with 'epmloyee growth' as in:
Rev Growth at t = B0 + B1Employee growth at t. (I require B1)
Both employee- and revenue growth are computed as (Revenue at t - Revenue at t-1)/Revenue at t-1.
My dataset contains a lot of firms which all have a unique identifier and multiple year data. How do I do this? I'm not even sure how to compute the growth for each individual firm in one command.
P.s. I want to import an Excel file into stata which has about 1.1 million observations and Stata already freezes, is this due to my computer (5+ years old) or is this considered a 'large' sample for Stata understandings?
Comment