Package: OHPL Type: Package Title: Ordered Homogeneity Pursuit Lasso for Group Variable Selection Version: 1.4.2 Authors@R: c( person("You-Wu", "Lin", email = "lyw015813@126.com", role = c("aut")), person("Nan", "Xiao", email = "me@nanx.me", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0250-5673"))) Description: Ordered homogeneity pursuit lasso (OHPL) algorithm for group variable selection proposed in Lin et al. (2017) . The OHPL method exploits the homogeneity structure in high-dimensional data and enjoys the grouping effect to select groups of important variables automatically. This feature makes it particularly useful for high-dimensional datasets with strongly correlated variables, such as spectroscopic data. License: GPL-3 | file LICENSE URL: https://ohpl.io, https://ohpl.io/doc/, https://github.com/nanxstats/OHPL BugReports: https://github.com/nanxstats/OHPL/issues Encoding: UTF-8 LazyData: true Depends: R (>= 3.0.2) Imports: glmnet, mvtnorm, pls Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://nanxstats.r-universe.dev Date/Publication: 2026-04-13 21:14:18 UTC RemoteUrl: https://github.com/nanxstats/ohpl RemoteRef: HEAD RemoteSha: 8e0d9e9fdd06038cfaa24717dcad86fc2266c4d5 NeedsCompilation: no Packaged: 2026-06-12 07:01:25 UTC; root Author: You-Wu Lin [aut], Nan Xiao [aut, cre] (ORCID: ) Maintainer: Nan Xiao