Martijn Schuemie

Results 183 comments of Martijn Schuemie

Thanks! The non-informative strata have already been removed. I'm hereby including some simulation code (using the SelfControlledCaseSeries package) that reproduces the issue: ```r # Simulate data ---------------------------------------------------------------- library(SelfControlledCaseSeries) settings

Almost there, but I'm going to have to be annoying: there is an awful lot of SNAKE_CASE code, for example [here](https://github.com/OHDSI/DataQualityDashboard/blob/main/R/evaluateThresholds.R#L31): ```r checkResults$FAILED

Just checking in if you need any help getting this over the finish line.

Hi @katy-sadowski! The 5mb size limit is for packages that will go to CRAN. We don't really care about size for HADES. (And I don't think DQD needs to be...

Great work @katy-sadowski ! I just pushed some minor changes to the develop branch. Note that in the [DESCRIPTION file](https://github.com/OHDSI/DataQualityDashboard/blob/main/DESCRIPTION#L6-L14) you were listed as 'Maintainer', but you were not in...

Thanks everyone but especially @katy-sadowski for this great work. DataQualityDashboard is now officially in HADES! There is one final step to take: Katy, could you announce the package on the...

This still needs to be fully integrated into the package (e.g. in the multiple-analyses framework).

Closing now due to inactivity. Can be reopened when a concrete example is provided/

It appears 'offset' is a reserved word in PostgreSQL. It is unfortunate that it is used in the CDM specifications. It seems the CDM folks are aware of this, since...

Thanks! This is really helpful. The weird behavior on BigQuery is because it uses backticks instead of double quotes. I added a translation rule in the develop branch that I...