Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: RE: Counting Number of Week-Days


From   Nick Cox <[email protected]>
To   "'[email protected]'" <[email protected]>
Subject   st: RE: Counting Number of Week-Days
Date   Tue, 7 Sep 2010 17:20:29 +0100

I'm guessing that "weekdays" means for you Monday-Friday. Given daily dates, say in a variable -date-, -dow(date)- is 0 ... 6 on Sunday ... Saturday. 

Thus the examples 

. count if !inlist(dow(date), 0, 6) 

. count if inrange(dow(date), 1, 5) 

. egen whatever = total(inrange(dow(date)), by(somethingelse) 

show various techniques that may be useful. If this doesn't help, you may need to be more precise about your set-up. 

Nick 
[email protected] 

Simone Peart Boyce

I'm trying to determine the number of week-days between two dates.  Is there an 
easy way to do this in Stata?

*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index