episensr 2.1.0
CRAN release: 2025-11-04
- Fix MH OR in
confounding()function (@AkiShiroshita, #4). - Renaming arguments in
probsens(),confounders_limit(),probsens_limit(),probsens_irr_conf(), andprobsens_sel(), with warnings. - A number of functions have change names. The old versions still work, but are deprecated and will be removed in the next version.
-
boot.bias()->boot_bias() -
confounders.array()->confounders_array() -
confounders.emm()->confounders_emm() -
confounders.ext()->confounders_ext() -
confounders.limit()->confounders_limit() -
confounders.poly()->confounders_poly() -
misclassification()->misclass() -
misclassification.cov()->misclass_cov() -
probsens.conf()->probsens_conf() -
probsens.irr()->probsens_irr() -
probsens.irr.conf()->probsens_irr_conf() -
probsens.sel()->probsens_sel()
-
episensr 2.0.0
CRAN release: 2025-05-15
- Using NORTA transformation, replacing sampling from a standard uniform distribution, for correlations between sensitivity and specificity of exposure classification among cases and controls in Probabilistic Bias Analyses (PBA).
- Replacing log-logistic and logit-normal distributions by a truncated normal distribution in PBA (package
truncnorm). - Due to these breaking changes in PBA functions, legacy versions are also available but will be removed in future versions.
- Remove
Or.selfrommultidimBias.
episensr 1.3.0
CRAN release: 2023-08-30
- Adding bias-adjusting for exposure misclassification using predictive values.
- Adding start-up message.
episensr 1.2.0
CRAN release: 2023-05-16
- Fix CI for OR in
plot.booted(@codiewood, #2) - Replaced dot-dot notation by after_stat(density) in
plot.probsensandplot.booted -
misclassification_covreplaced bymisclassification.cov - Standard output for
confounders.ext,confounders.limit, andconfounders.array - Suggest
tidyrinstead oftidyverse
episensr 1.1.0
CRAN release: 2021-08-20
- Fix confidence interval values in plotting output of
probsens. - Fix bug that created integer overflow in rare cases when 2-by-2 table cells were very large.
- Update documentation.
episensr 1.0.0
CRAN release: 2021-02-23
- Provide default values for variables in
mbias. - Update M-bias plot by using
ggdag(anddagitty). - Add beta distribution to probabilistic bias analyses.
- Plotting functions for probabilistic bias analyses.
- Review criteria to remove negative cell counts in probabilistic bias analyses.
- Add citation and DOI.
episensr 0.9.5
CRAN release: 2020-02-03
- Fix selection-bias factor in
selectionwhich was returning a constant value.
episensr 0.9.4
CRAN release: 2019-09-02
- Fix
bias_parmsinselectionto use a single selection-bias factor (was skipping it and returning NAs).
episensr 0.9.3
CRAN release: 2018-12-03
- Update description of
parmsinconfounders,confounders.emm, andconfounders.poly - New function
confounders.array, sensitivity analysis for unmeasured confounders based on confounding imbalance among exposed and unexposed (Schneeweiss, 2006) - Deprecated
biasparameters removed from functionmultidimBias. Please usebias_parmsinstead. - New function
confounders.evalue, computing E-value to assess bias due to unmeasured confounder (VanderWeele and Ding, 2017) - New function
multiple.biasallowing to extract 2-by-2 table from anepisensrobject to feed another function (multiple bias analysis)
episensr 0.9.2
CRAN release: 2017-11-13
- Fix bug for distributions and computations of OR/RR in
probsens.conf - Update distributions in
probsens.irr.conf - Add example using
probsens.confin vignette
episensr 0.9.1
CRAN release: 2017-09-12
- Fix bug when using triangular distribution in
probsens.conffunction for prevalence of exposure among the non-exposed (as producing NaNs) (#1).
episensr 0.9.0
CRAN release: 2017-08-16
- Add
misclassification_covfor a misclassified covariate (confounder or effect modifier). - As such, this (wrongly) added option into
misclassificationin the previous version is now removed. - Add computation of confidence interval for odds ratio as per Chu et al. for exposure misclassification.
- Use
bias_parmsinstead ofbiasinmisclassificationfunction.
episensr 0.8.0
CRAN release: 2017-01-04
Fix bug when building 2-by-2 table.
Various formatting improvements in output of
confounders,confounders.emm,misclassificationandselectionfunctions.Standardize use of
bias_parms.Add vignette.
Selection bias factor now available in output of
selectionfunction.Add bootstrap option
episensr 0.7.2
CRAN release: 2016-02-03
- Fix 2-by-2 tables when variables are provided instead of a matrix.
episensr 0.7.0
CRAN release: 2015-10-01
Harmonization of arguments across functions.
New distributions added to
probsensseries of functions: constant, logit-logistic, logit-normal, log-logistic, and log-normal.Probabilistic analysis of person-time data added with
probsens.irrfor exposure misclassification, andprobsens.irr.conffor unmeasured confounder.Sensitivity analysis to correct for selection bias caused by M bias with
mbiasfunction, including DAG plot and print function.Fix CI formatting.
NAMESPACE: add imports to
statsfunctions to avoid new R CMD CHECK warnings
