https://github.com/ouhscbbmc/premiss
A "Predictive Risk Model for Intensive Safety Services Selection"
https://github.com/ouhscbbmc/premiss
dhs r r-package
Last synced: about 2 months ago
JSON representation
A "Predictive Risk Model for Intensive Safety Services Selection"
- Host: GitHub
- URL: https://github.com/ouhscbbmc/premiss
- Owner: OuhscBbmc
- Created: 2015-05-01T17:12:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T06:35:42.000Z (about 8 years ago)
- Last Synced: 2025-03-12T15:50:49.084Z (over 1 year ago)
- Topics: dhs, r, r-package
- Language: R
- Size: 421 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Branch | [Travis-CI](https://travis-ci.org/OuhscBbmc/Premiss/builds) | [AppVeyor](https://ci.appveyor.com/project/wibeasley/premiss/history) | [Coveralls](https://coveralls.io/r/OuhscBbmc/Premiss) | [Zenodo](https://zenodo.org/search?ln=en&p=premiss) |
| :----- | :---------------------------: | :-----------------------------: | :-------: | :----: |
| | (Ubuntu 12.04 LTS) | (Windows Server 2012) | (Test Coverage) | (Independently-hosted Archive) |
| Master | [](https://travis-ci.org/OuhscBbmc/Premiss) | [](https://ci.appveyor.com/project/wibeasley/premiss/branch/master) | [](https://coveralls.io/r/OuhscBbmc/Premiss?branch=master) | -- |
| Dev | [](https://travis-ci.org/OuhscBbmc/Premiss) | [](https://ci.appveyor.com/project/wibeasley/premiss/branch/dev) | [](https://coveralls.io/r/OuhscBbmc/Premiss?branch=dev) | -- |
Premiss
=======================
A "Predictive Risk Model for Intensive Safety Services Selection"
### Download and Installation Instructions
The *development* version of Premiss can be installed from [GitHub](https://github.com/OuhscBbmc/Premiss) after installing the `devtools` package.
```r
install.packages("devtools")
devtools::install_github(repo="OuhscBbmc/Premiss")
```