NEWS.md
Changes
fitNull()
and fitMcmcNull()
, as well as downstream calibration functions, throw no error when there are no valid negative controls estimates (instead returning NAs).Bugfixes
Allowing fitNull()
to work with many estimates (n > 1000).
Fixed edge case where fitMcmcNull()
would get stuck in an infinite loop.
Changes
Changes
Adding the compareEase()
function to compare EASE of correlated sets of estimates.
Adding the computeCvPoissonRegression()
function to compute critical values for Poisson regressions.
The plotCalibrationEffect()
function warns if there are values outside the plot limits.
Changing the MaxSPRT calibration vignette to use CV calibration instead of LLR calibration.
Bugfixes
Fixing computeTraditionalP()
when using vectors as input.
Fix error when no critical value meets requirements (throwing warning instead).
Changes
Adding option to make p-values one-sided.
Adding empirical calibration of the log likelihood ratio.
Adding functions for computing critical values for the log likelihood ratio when performing sequential testing (MaxSPRT).
Adding ability to fit null distribution using non-normal approximations of the per-negative control likelihood functions.
Faster null distribution fitting using MCMC. Increasing default MCMC iterations for greater stability.
Using median instead of mean of posterior distributions when converting MCMC null to error model for greater consistency between calibrated CI and P.
Changes
Changes
Bugfixes
Changes
Bugfixes
Changes
Changes
Changes
Bugfixes
Changes
Added plots showing expected type 1 error given an estimated empirical null distribution.
Closed form solution for RR vs SE plot for faster computation (especially when plotting credible intervals).
Bugfixes
Changes
Confidence interval calibration model StdDev transformed to log scale to prevent negative StdDev.
Confidence interval calibration cross-validation now allows specification of leave-out groups.
various new plots for evaluating confidence interval calibration.
Added confidence interval calibration vignette.
Added example data for confidence interval calibration
Bugfixes