Anthony Sena

Results 22 issues of Anthony Sena

The PLP Results Model currently defined the column `execution_date_time` as a `DATETIME2` which is generally translated to a `TIMESTAMP` data type for most RDBMs (I'm mainly focused on PostgreSQL for...

The function for downloading drivers `downloadJdbcDrivers` has an argument `method` which is then passed to `utils::download.file` per the documentation here: https://github.com/OHDSI/DatabaseConnector/blob/6bdece864cfa9a5c9ea9b6d5473df4d2f8a30335/R/Drivers.R#L36 Looking at the documentation for [utils::download.file](https://www.rdocumentation.org/packages/utils/versions/3.6.2/topics/download.file), the `method` argument...

enhancement

# Summary We've been developing [Strategus](https://github.com/OHDSI/Strategus) as a way to capture study design choices across the many HADES analytics packages and to standardize the R execution environment for running a...

enhancement

We do not currently have a clear roadmap or contribution guide for the project. We should aim to have one and make this known to the OHDSI community ahead of...

Proposal

### Expected behavior Concepts displayed in a concept set expression are resolved against the vocabulary daimon. ### Actual behavior Concepts are displayed based on their definition in the cohort expression...

enhancement
cohort

CohortDiagnostics defines the `incidence_rate` table based on [ref](https://github.com/OHDSI/CohortDiagnostics/blob/develop/inst/settings/resultsDataModelSpecification.csv#L135-L142). In reviewing the resulting incidence_rate.csv file, it appears that some fields are empty - for example, when producing an overall incidence rate...

The `docker-compose.yml` in Broadsea makes use of a number of OHDSI containers: | **Container** | **Reference** | **Owner** | |------------------------|---------------|--------------| | ohds/broadsea-hades | 4.2.1 | Anthony Sena | | ohdsi/webapi...

Building on the work done in #174, we'd like to use the `minCharacterizationMean` to filter out covariates that are smaller than this threshold. The current implementation (v3.5.1) does this in...

Per HADES OKRs we should expand the list of testing servers to include all available sources: https://ohdsi.github.io/Hades/testServerUsage.html

Thanks! Yes, the convention seems to be that a positive difference means the mean is higher in the target, so it should be `mean1-mean2`. _Originally posted by @schuemie in https://github.com/OHDSI/FeatureExtraction/issues/120#issuecomment-814645529_