Skip to content

Releases: sestelo/fwdselect

FWDselect 2.1.0 (2015-12-18)

21 Dec 11:16
Compare
Choose a tag to compare
  • selection function has been reprogrammed to add three more information criteria: Akaike information criterion (aic), AIC with a correction for finite sample sizes (aicc) and bic (Bayesian information criterion).
  • qselection function adds now an asterisk to the returned table. It is shown next to the size of subset which minimizes the information criterion.
  • test function returns now an additional argument ($nvar) which indicates the number of variables that have to be included in teh final model.

FWDselect 2.0.1

08 Oct 17:44
Compare
Choose a tag to compare

FWDselect 2.0.1 (2015-10-08)

  • the help documentation has been improved for the test function.
  • a new example has been added to the test function in order to explain the speedup = FALSE argument.
  • the error realated with NA's in the selection and qselection function has been solved.