xKDR / eventstudies

An R package for conducting event studies and a platform for methodological research on event studies.
31 stars 18 forks source link

Plot method #5

Closed bautheac closed 4 years ago

bautheac commented 5 years ago

Great package! Minor issue though: although recorded in the NAMESPACE as export, can't access plot method for es objects.

chiraganand commented 5 years ago

Can you send the output? ideally, this should work:

es <- eventstudy(...)
plot(es)