Good morning, I'm new in this forum and I start recently to use Stata. What I have to do is compare the observations between companies that adopt a different accounting system. In particular, I have two accounting system (we can call them A and B) and companies are under A or B. For each companies i have like 10 variables and I have to compare variables of companies that use A with the variables of companies that use B. Someone knows how to do that?
I try:.
ttest Tot_Ass Tot_Rev if Acc_sys = "1" but it doesn't work
I search online but I didn't find the answer, thanks to anyone who will answer me. I only knows that I must use the p-test function.
I try:.
ttest Tot_Ass Tot_Rev if Acc_sys = "1" but it doesn't work
I search online but I didn't find the answer, thanks to anyone who will answer me. I only knows that I must use the p-test function.
Comment