Changes in version 1.5 (2024-09-09) o Fixed the issues that caused the package to be archived o Made show() function generic to resolve errors caused by its non-generic implementation. o Fixed issues related to package dependencies. o Added parameter type to summary() function Changes in version 1.4 (2015-07-19) o Removed old vignette Changes in version 1.3 (2013-03-07) o Added pim.subsets function. o Revised forestplot labels and handling of factors. o Added forest.subsets for plotting best subsets. Changes in version 1.2 (2013-01-10) o Included seeding in vignette. o Corrected error in additional intercept in select.glmnet. Added stepAIC selection and changed select argument to taking character specifying type of selection method. o Added na.action to anoint. Changes in version 1.1 o The package formerly named mim has been renamed ANOINT for analysis of interactions. o Packaged the methods from the previous versions into a class anoint and anoint.fit. o The anoint class holds the information about the model fit formula, candidate treatment-response factor (interaction terms), and the results of the selection procedure, if requested. o The anoint.fit class performs all of the ANOINT methods (one-by-one, unrestricted interaction model, and proportional interaction) and provides methods to inspect and summary their results.