-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f9d645d
commit 561c4c7
Showing
2 changed files
with
4 additions
and
3 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 |
---|---|---|
|
@@ -5,10 +5,11 @@ Version: 2.0.1 | |
Date: 2016-10-04 | ||
Authors@R: c( | ||
person("Bin", "Dai", , "[email protected]", role = c("aut")), | ||
person("Jared", "Huling", , "[email protected]", c("aut", "cre")) | ||
person("Jared", "Huling", , "[email protected]", c("aut", "cre")), | ||
person("Yixuan", "Qiu", , , c("ctb")) | ||
) | ||
Maintainer: Jared Huling <[email protected]> | ||
Description: Solves penalized least squares problems using the orthogonalizing EM algorithm of Xiong et al. (2016)<doi:10.1080/00401706.2015.1054436>. The main fitting function is oem() and the functions cv.oem() and xval.oem() are for cross validation, the latter being an accelerated cross validation function for linear models. The big.oem() function allows for out of memory fitting. | ||
Description: Solves penalized least squares problems using the orthogonalizing EM algorithm of Xiong et al. (2016) <doi:10.1080/00401706.2015.1054436>. The main fitting function is oem() and the functions cv.oem() and xval.oem() are for cross validation, the latter being an accelerated cross validation function for linear models. The big.oem() function allows for out of memory fitting. | ||
URL: https://github.com/jaredhuling/oem | ||
BugReports: https://github.com/jaredhuling/oem/issues | ||
License: GPL (>= 2) | ||
|
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