Skip to content

Commit

Permalink
Updated description and date
Browse files Browse the repository at this point in the history
  • Loading branch information
wleoncio committed Jan 8, 2025
1 parent b1dc6dc commit 9a74ebd
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ Authors@R:
role = "aut"
)
)
Description: This system allows one to model a multi response problem
that has correlation among the responses and also has main and interaction
effects among the covariates. The implementation is based on the methodology
Description: This system allows one to model a multi-variate, multi-response
problem with interaction effects. It combines the usual squared error loss
for the multi-response problem with some penalty terms to encourage
responses that correlate to form groups and also allow for modeling main and
interaction effects that exit within the covariates.
The optimization method employed is the Alternating Direction Method of
Multipliers (ADMM). The implementation is based on the methodology
presented on Quachie Asenso, T., & Zucknick, M. (2023)
<doi:10.48550/arXiv.2303.11155>.
Imports:
Expand All @@ -52,4 +56,4 @@ Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3
Date: 2025-01-07
Date: 2025-01-08

0 comments on commit 9a74ebd

Please sign in to comment.