Changes:
Adding the trimByIptw()
function.
Adding the estimator
argument to the fitOutcomeModel()
function to select 'ate' (average treatment effect) or 'att' (average treatment effect in the treated) when performing IPTW.
Added the maxWeight
argument to the fitOutcomeModel()
function. Weights greater than this value will be set to this value.
Adding option to use adaptive likelihood profiling, and making this the default.
Adding maxDaysAtRisk
argument to the createStudyPopulation()
and createCreateStudyPopulationArgs()
functions.
Bug fixes:
Fixing IPTW.
Fixing error when stratifying and base population is empty (but overall population is not).
Changes:
Dropped insertDbPopulation()
function. This didn't seem to be used by anyone, and would have required carrying the person ID throughout the pipeline.
Introducing new unique person identified called personSeqId
, generated during data extraction. Person ID is now downloaded as string to avoid issues with 64-bit integers. Person ID is not used by CohortMethod, and is provided for reference only.
Adding log likelihood ratio to outcome model object.
Deprecating oracleTempSchema
argument in favor of tempEmulationSchema
in line with new SqlRender
interface.
Bug fixes:
Still was not always including the likelihood profile in the outcome model objects.
Fixing issues when IDs are integer64
.
Changes:
Bug fixes:
Fixing "argument 'excludeDrugsFromCovariates' is missing" error when calling createGetDbCohortMethodDataArgs()
without deprecated argument excludeDrugsFromCovariates
.
More testing and handling of empty exposure cohorts.
Fixing exclusion of covariate IDs when fitting propensity models.
Correct covariate balance computation when covariate values are integers.
Changes:
Bugfixes:
Changes:
Updating documentation: adding literature reference for IPTW, and using new SqlRender interface in vignettes.
Changing default equipoise bounds from 0.25-0.75 to 0.3-0.7 to be consistent with Alec Walker's original paper.
Bugfixes:
Changes:
Added plotTimeToEvent function
Deprecating addExposureDaysToStart and addExposureDaysToEnd arguments, adding new arguments called startAnchor and endAnchor. The hope is this is less confusing.
Fixing random seeds for reproducibility.
Changing default equipoise bounds from 0.25-0.75 to 0.3-0.7 to be consistent with Alec Walker's original paper.
Bugfixes:
No longer overriding ffmaxbytes and ffbatchbytes in .onLoad. Instead relying on FeatureExtraction to do that. Part of fixing chunk.default error caused by ff package on R v3.6.0 on machines with lots of memory.
Correct calculation in original population count when using study end date.
Changes:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.