Skip to content

MVMR 0.4.8

Latest

Choose a tag to compare

@remlapmot remlapmot released this 09 Jul 09:49
· 2 commits to master since this release
bceaa38
  • strhet_mvmr() has been reimplemented. The previous version built a combinatorial grid of candidate coefficients with utils::combn() (which could exhaust memory with four or more exposures) and never actually minimised the Q-statistic, returning invalid conditional F-statistics. It now estimates the coefficients by iteratively reweighted least squares, giving distinct, well-identified conditional F-statistics for each exposure. Reported values will differ from previous versions.