Hi all,
I have trouble in converting my daily data into weekly data.Could you please help me !!!
I tried with these following commands but it doesn't work at all.Please find attached the photo of my date variable.
. di dow(mdy(3,4,2012)) 0 and so gen dailydate = date(date, "DMY") gen Sundays = dailydate - dow(dailydate) collapse ... , by(Sundays) Thank you so much!
I have trouble in converting my daily data into weekly data.Could you please help me !!!
I tried with these following commands but it doesn't work at all.Please find attached the photo of my date variable.
. di dow(mdy(3,4,2012)) 0 and so gen dailydate = date(date, "DMY") gen Sundays = dailydate - dow(dailydate) collapse ... , by(Sundays) Thank you so much!
Comment