-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from ocbe-uio/issue-13
Ready for documentation work
- Loading branch information
Showing
40 changed files
with
1,808 additions
and
2,501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,35 @@ | ||
Package: MADMMplasso | ||
Title: Multi variate multi response 'ADMM' with interaction effects | ||
Version: 0.0.0.9006 | ||
Title: Multi Variate Multi Response 'ADMM' with Interaction Effects | ||
Version: 0.0.0.9007 | ||
Authors@R: | ||
c(person("Theophilus Quachie", "Asenso", , "[email protected]", role = c("aut", "cre")),person("Manuela", "Zucknick", , "[email protected]", role = c("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. | ||
c( | ||
person( | ||
given = "Theophilus Quachie", family = "Asenso", | ||
email = "[email protected]", | ||
role = "aut" | ||
), | ||
person( | ||
given = "Manuela", family = "Zucknick", | ||
email = "[email protected]", | ||
role = "aut" | ||
), | ||
person( | ||
given = "Waldir", family = "Leoncio", | ||
email = "[email protected]", | ||
role = c("aut", "cre"), | ||
comment = c(ORCID = "0000-0002-6719-6162") | ||
), | ||
person( | ||
given = "Chi", family = "Zhang", | ||
email = "[email protected]", | ||
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 | ||
presented on Quachie Asenso, T., & Zucknick, M. (2023) | ||
<doi:10.48550/arXiv.2303.11155>. | ||
Imports: | ||
Matrix, | ||
MASS, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.