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
Understanding type of panelHi everyone, I have individual level data for 20 regions for 18 years. The question is to examine t…
Which test should i use on Stata ?Hello, I would like to know which test to use on Stata according to my configuration. So I want t…
How to calculate days and hours between two datesHi, I am calculating days and hours between two dates (admission date/time and discharge date/time)…
egen for numeric variablesHi, I'm trying to concat two numeric variables whit the egen command, I know when it is used a strin…
Problem of missing observations in CAPM estimationI have following variables from raw data and I want to estimate the return of Stock PG using CAPM mo…
Subscribe to:
Post Comments (Atom)
0 Response to Descriptive statistic in panel analysis multiple ifs
Post a Comment