Skip to content

DMRnet 0.3.3

Compare
Choose a tag to compare
@SzymonNowakowski SzymonNowakowski released this 16 Nov 06:55
· 36 commits to master since this release
  • Updating documentation to reflect that for inference the matrix must be provided without the intercept column
  • Fixing incorrect inference for columns not in first-factors-then-numerics sequence
  • Candidate fix for warnings related to issue #33
  • Setting a default nlambda value to 100 in cv.DMRnet() (issue #41)
  • Fixing problems when few or no models are available in cross validation
  • Fixing problems when few or no models are available after grpreg (issue #39)
  • Refactoring the code to distribute the no-model fixes from gaussian DMRnet into binomial family DMRnet and both SOSnets and GLAMERs
  • Fixing a few other minor long-standing issues in GIC-indexed cross validation
  • Fixing df.1se in GIC-indexed cross validation for binomial GLAMER
  • Fixing incorrect loglik calculation for the first (largest) model in binomial family, for both GLAMER (-Inf) and DMRnet (incorrect)