Package: JICO
Title: Joint and Individual Regression
Version: 0.0
Authors@R: 
    person("Peiyao", "Wang", , "peiyaow76@gmail.com", role = c("aut", "cre"))
Description: Implements the JICO algorithm [Wang, P., Wang, H., Li, Q., Shen, D., & Liu, Y. (2022). <arXiv:2209.12388>], which solves the multi-group regression problem. The algorithm decomposes the responses from multiple groups into shared and group-specific
        components, which are driven by low-rank approximations of joint and individual structures from the covariates respectively. It provides the implementation of
        the algorithm so solve the iterative continuum regression problem with fixed rank selection, as well as the cross-validation function to perform hyperparameter tuning.
License: GPL (>= 3)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports: nleqslv, Matrix, MASS, rlist
Suggests: testthat (>= 3.0.0)
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2023-05-08 04:05:36 UTC; peiyaow
Author: Peiyao Wang [aut, cre]
Maintainer: Peiyao Wang <peiyaow76@gmail.com>
Repository: CRAN
Date/Publication: 2023-05-08 17:50:05 UTC
Built: R 4.1.2; ; 2023-05-09 11:07:44 UTC; unix
