Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-06-29T06:35:42.000Z (over 6 years ago)
- Last Synced: 2024-03-26T19:16:32.242Z (9 months ago)
- Topics: dhs, r, r-package
- Language: R
- Size: 421 KB
- Stars: 0
- Watchers: 4
- 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 | [![Build Status](https://travis-ci.org/OuhscBbmc/Premiss.svg?branch=master)](https://travis-ci.org/OuhscBbmc/Premiss) | [![Build status](https://ci.appveyor.com/api/projects/status/v6hnp44pi1akpa4g/branch/master?svg=true)](https://ci.appveyor.com/project/wibeasley/premiss/branch/master) | [![Coverage Status](https://coveralls.io/repos/OuhscBbmc/Premiss/badge.svg?branch=master)](https://coveralls.io/r/OuhscBbmc/Premiss?branch=master) | -- |
| Dev | [![Build Status](https://travis-ci.org/OuhscBbmc/Premiss.svg?branch=dev)](https://travis-ci.org/OuhscBbmc/Premiss) | [![Build status](https://ci.appveyor.com/api/projects/status/v6hnp44pi1akpa4g/branch/dev?svg=true)](https://ci.appveyor.com/project/wibeasley/premiss/branch/dev) | [![Coverage Status](https://coveralls.io/repos/OuhscBbmc/Premiss/badge.svg?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")
```