Skip to content

Latest commit

 

History

History
executable file
·
39 lines (28 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

executable file
·
39 lines (28 loc) · 1.27 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • R package structure
  • roxygen documentation
  • unit tests with testthat

Changed

  • function calculate_ci uses basic asymptotic normal theory
  • input format is somewhat in flux; will be locked down before release version
  • standard error reestimation is entirely disabled, due to the removal of non-linear GLM. input standard error is now preserved, taking advantage of the fact that, under the linear model, genetic association standard error is independent of regression coefficient

Removed

  • entire existing C++ implementation
  • function ci_log_likelihood was slowly reimplementing normal theory
  • logistic and poisson regression were never exactly functional, so they are removed for now

Fixed

  • MSE estimation for coefficient and CI once again follows actual logic
    • this was not providing performance improvements in the original runs, thus it was hackjob overridden; but it should never have been