NEWS
MLGL 1.0.0 (2023-03-15)
MLGL 0.6.7 (2022-05-25)
- update print methods
- debug formula version
- inherits instead of class
MLGL 0.6.6
- bug: manage when all p-values are NaN
- add checks and example for predict function
MLGL 0.6.5 (2020-11-28)
- add addRoot argument in HMT, hierarchicalFWER, hierarchicalFDR functions
- add Shaffer argument in HMT function
- change maintainer's email
MLGL 0.6.1 (2020-01-16)
- remove a print
- add missing argument when calling .checkParameters function
MLGL 0.6 (2019-12-10)
- perform bootstrap for hierarchical clustering
- add sizeMaxGroup argument to MLGL, cv.MLGL functions
- threshold is correctly plotted in plot.stability
MLGL 0.5 (2018-10-14)
- documentation correction
- update DESCRIPTION file with authors
- add print and summary functions for MLGL
- add plot, print and summary functions for fullProcess
- add a formula version of MLGL and fullProcess functions
- add HMT function with plot, pritn and summary
- remove logistic loss from fullProcess and remove test for logistic problem
MLGL 0.4
- add logistic loss in MLGL, cv.MLGL, stability and overlap
- add test for logistic loss
- add logistic loss in fullProcess
- add sample size parameter in fullProcess
MLGL 0.3.2
- optimization of hierarchicalFWER
MLGL 0.3.1
- bug correction in hierarchicalFWER
- optimization of fullProcess
MLGL 0.3
- rename the package into MLGL
- change name of functions including "HCgglasso"
MLGL 0.2.5
- change parameters of selFDR and selFWER functions
MLGL 0.2.4
- add hierarchical testing procedure
- add fullProcess function performing HC + Glasso + Hierarchical Testing
- correction in stability.HCgglasso for the generation of lambda values
MLGL 0.2.3
- change the level information in HCgglasso structure output
MLGL 0.2.2
- correction for infinite weight in weightLevelGroup
- use hclust from fastcluster package
- update documentation
MLGL 0.2.1
- in levelMinWeight function, change minLevelWeight in sqrt(minLevelWeight)
MLGL 0.2
- first version of HCgglasso