OHDSI / SelfControlledCaseSeries

An R package for performing Self-Controlled Case Series (SCCS) analyses in an observational database in the OMOP Common Data Model.
http://ohdsi.github.io/SelfControlledCaseSeries
13 stars 8 forks source link

`observed_days` overflow in results data model #40

Closed anthonysena closed 1 year ago

anthonysena commented 1 year ago

In some cases, the observed_days value may require storage as a bigint and at the moment it is an int. I'll prepare a change for this for review.