diff --git a/README.Rmd b/README.Rmd index ff1f084..f458c99 100644 --- a/README.Rmd +++ b/README.Rmd @@ -19,7 +19,7 @@ opts_chunk$set(message = FALSE) ## Introduction -The oem package provides estimation for various penalized linear models using the [Orthogonalizing EM algorithm](https://amstat.tandfonline.com/doi/abs/10.1080/00401706.2015.1054436). Documentation for the package can be found here: [oem site](https://jaredhuling.org/oem). +The oem package provides estimation for various penalized linear models using the [Orthogonalizing EM algorithm](https://amstat.tandfonline.com/doi/abs/10.1080/00401706.2015.1054436). Documentation for the package can be found here: [oem site](https://jaredhuling.org/oem/). Install using the **devtools** package (RcppEigen must be installed first as well): diff --git a/README.md b/README.md index 3eb442b..c8a42b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The oem package provides estimation for various penalized linear models using the [Orthogonalizing EM algorithm](https://amstat.tandfonline.com/doi/abs/10.1080/00401706.2015.1054436). Documentation for the package can be found here: [oem -site](https://jaredhuling.org/oem). +site](https://jaredhuling.org/oem/). Install using the **devtools** package (RcppEigen must be installed first as well):