Hello to all,
I’m using STATA 16.
I have a panel data frame with 2 waves. Before and while the Corona Pandemic. The topic is the division of labor. I would like to know how the division of labor is during the pandemic, when previously both partners did the same amount of work. The data frames are separated by sex.
Variables: division of labor (short DL) (1 completely me, 2 mostly me, 3 equal, 4 mostly partner, 5 completely partner), wave (1= before corona, 2=while corona).
I tried:
tab DL if wave==2 DL if wave==1 & DL==3
this is invalid
bysort wave: ta DL DL if DL==3
and this doesn’t show the right thing.
Do you have any idea?
Many Thanks,
Anna
Related Posts with Descriptive statistic in panel analysis multiple ifs
Two-way fixed effects and multiple FEs (some questions to clear things up with the models used)Dear Stata Community: I am new to Stata, and have begun gathering information as to how to run fixe…
Generating variables t-4 to 5Dear Statalisters, I am new to Stata and have been trying to generate the following variable. Varia…
Weakly balanced panelMy data looks like this. ----------------------- copy starting from the next line ------------------…
Nearstat Error MessageDear Statalist-Community, I am trying to calculate the distance between two datsets using their lat…
Install Unix stata on Ubuntu in Windows Subsystem for Linuxl'm trying to install Stata on a unix kernel (unbuntu 20.10) installed on WSL on Windows 10 and i ge…
Subscribe to:
Post Comments (Atom)
0 Response to Descriptive statistic in panel analysis multiple ifs
Post a Comment