Hi All,
I am currently trying to conduct an event study on stock return using eventstudy2 package. The following error came up when running my code below. Not sure if anyone in this forum has seen this error and is able to provide a fix?

Thanks,
Mike
I am currently trying to conduct an event study on stock return using eventstudy2 package. The following error came up when running my code below. Not sure if anyone in this forum has seen this error and is able to provide a fix?
Code:
use EVENT_DATE_ID.dta, clear eventstudy2 stockid Date using STOCK_RETURN.dta , ret(Returns) replace [model(BHAR) marketfile(MARKET_RETURN_FILE) marketreturns(ExcessReturnontheMarket) idmarket(marketid) evwlb(-10) evwub(10) eswlb(-250) eswub(-5) minevw(30) minesw(20) car1LB(-3) car1UB(250) arfillevent arfillestimation ]
Mike

Comment