Package: OHPL
Type: Package
Title: Ordered Homogeneity Pursuit Lasso for Group Variable Selection
Version: 1.4
Authors@R: c(
    person("You-Wu", "Lin", email = "lyw015813@126.com", role = c("aut")),
    person("Nan", "Xiao", email = "me@nanx.me", role = "cre",
           comment = c(ORCID = "0000-0002-0250-5673")))
Maintainer: Nan Xiao <me@nanx.me>
Description: Ordered homogeneity pursuit lasso (OHPL)
    algorithm for group variable selection proposed in Lin et al. (2017)
    <DOI:10.1016/j.chemolab.2017.07.004>. 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
Encoding: UTF-8
LazyData: true
BugReports: https://github.com/nanxstats/OHPL/issues
Depends: R (>= 3.0.2)
Imports: glmnet, pls, mvtnorm
RoxygenNote: 6.1.1
NeedsCompilation: no
Packaged: 2019-05-18 01:57:56 UTC; nanx
Author: You-Wu Lin [aut],
  Nan Xiao [cre] (<https://orcid.org/0000-0002-0250-5673>)
Repository: CRAN
Date/Publication: 2019-05-18 04:10:03 UTC
Built: R 4.2.0; ; 2022-04-27 09:25:04 UTC; unix
