NEWS.md
Changes:
Adding log likelihood ratio to outcome model object.
Internally replacing person_id, provider_id, and care_site_id with sequential IDs to avoid loss of precision when converting BIGINT to numeric.
Using SqlRender
’s new tempEmulationSchema
argument. Avoids deprecation warning.
Adding createSimpleCovariateSettings()
function to create covariates using only the data already available in the CaseData
object (currently age and gender), so not requiring querying the database again.
Changes:
Added option to select controls using sampling instead of matching.
The selectControls function now expects a controlSelectionCriteria argument, which can be created using either the createMatchingCriteria or the createSamplingCriteria function.
Bugfixes:
Changes:
The riskWindowStart and riskWindowEnd arguments of the createCaseControlData function are now inclusive (meaning exposures on the start and end date are included). Before this was not the case.
Added exposureWashoutPeriod argument to createCaseControlData, primarily for use with positive control synthesis.