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

Changed ci data frame column 'covariateId' to 'covariate' when confid… #13

Closed alondhe closed 6 years ago

alondhe commented 6 years ago

…ence interval cannot be generated.

Tested on exposure-outcome pair in which the CI cannot be computed, so the empty ci data frame needs to be created with the 'covariate' column, otherwise merge operation with estimates data frame fails.

codecov-io commented 6 years ago

Codecov Report

Merging #13 into develop will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           develop     #13   +/-   ##
=======================================
  Coverage     53.3%   53.3%           
=======================================
  Files           27      27           
  Lines         2842    2842           
=======================================
  Hits          1515    1515           
  Misses        1327    1327
Impacted Files Coverage Δ
R/ModelFitting.R 50% <0%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 5d1d6fb...b83b69c. Read the comment docs.