You are correct that A. Douglas Rao never manages firm B by himself. And there is no such listing in the output. He does have a period where he manages firm C by himself, and that does appear in the output. Here's the output I get with code from #11 applied to the data example in #12:
(Well, actually the code in #11 has to be modified to rename begin and end as datebegin and dateend in order to run. But what you see here is the output from otherwise unchanged code from #11.)
Code:
firm_name manager_name datebegin dateend A Jon E. Quigley 29jul2013 29jul2014 B Scott W. Schoelzel 21may2003 01jan2008 B Ron Sachs 01may2008 28sep2012 C Scott W. Schoelzel 21may2003 01jan2008 C Ron Sachs 01may2008 04jun2013 C A. Douglas Rao 04jun2013 01sep2013
Comment