Skip to content

1.1.1

Latest
Compare
Choose a tag to compare
@AlexiaJM AlexiaJM released this 21 May 22:25
· 73 commits to master since this release

In both CRAN and github versions:

  • Fixed bug that caused names of IMLEGIT objects to be NULL (This was already fixed in 1.1.0 of github but not 1.1.0 of CRAN)
  • Fixed bug that caused names of summary.IMLEGIT elements to be NULL
  • coef_main was incorrect in example_2way, example_3way and example_3way_3latent, this was fixed
  • Added best subsets of variables in output of bootstrap_select (and option to choose how much to show)
  • Added a little more info on exclusion options in stepwise search as it was a bit unclear to their purposes and how to set them
  • Fixed small errors in documentation
  • Fixed bug in stepwise_search_IM where using cross-validation would result in an error
  • Set max_iter=100 everywhere as default
  • It makes no sense to do cross-validation within a bootstrap scheme, cross-validation options where thus removed from bootstrap_var_select
  • Added AICc to LEGIT and IMLEGIT output
  • Added AICc to stepwise_search, stepwisesearch_IM and boostrap_var_select
  • removed cross-validation criterion from appearing in interactive stepwise search when not using cross-validation

In github version:

  • added functions to account for gene-environment correlation (rGE) with LEGIT and IMLEGIT models [Experimental feature]