https://github.com/corybrunson/missing
Matrix factorization
https://github.com/corybrunson/missing
Last synced: 2 months ago
JSON representation
Matrix factorization
- Host: GitHub
- URL: https://github.com/corybrunson/missing
- Owner: corybrunson
- License: gpl-2.0
- Created: 2015-08-28T16:39:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-14T15:22:10.000Z (over 9 years ago)
- Last Synced: 2025-02-05T00:41:45.694Z (4 months ago)
- Language: R
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
missing
=======This R package handles matrices with missing entries.
## Install
The package is not on CRAN; it can be installed using the [devtools](http://cran.r-project.org/web/packages/devtools/index.html) package:
```r
if(!require(devtools)) {
install.packages('devtools')
}
install_github('corybrunson/missing')
```