https://github.com/jbkunst/risk3r
risk3r
https://github.com/jbkunst/risk3r
educational modelling risk-model risk-modelling scorecard scorecard-model
Last synced: 26 days ago
JSON representation
risk3r
- Host: GitHub
- URL: https://github.com/jbkunst/risk3r
- Owner: jbkunst
- License: other
- Created: 2019-09-06T15:26:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T03:22:35.000Z (about 1 year ago)
- Last Synced: 2025-03-17T13:35:28.850Z (28 days ago)
- Topics: educational, modelling, risk-model, risk-modelling, scorecard, scorecard-model
- Language: R
- Homepage: https://jkunst.com/risk3r/
- Size: 33.8 MB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jbkunst/risk3r - risk3r (R)
README
risk3r
================[](https://cran.r-project.org/package=risk3r)
[](https://www.r-pkg.org/pkg/risk3r)
[](https://www.repostatus.org/#active)
[](https://www.tidyverse.org/lifecycle/#stable)
[](https://codecov.io/gh/jbkunst/risk3r?branch=master)
[](https://github.com/jbkunst/risk3r/issues)
[](https://github.com/jbkunst/risk3r/issues)
[](https://github.com/jbkunst/risk3r/issues)
[](https://github.com/jbkunst/risk3r)
[](https://github.com/jbkunst/risk3r/actions)This package contains a set of convenient functions for the development
of risk models. Some of these functions were designed to be in
conjunction with the scorecard package.## Installation
You can install with:
``` r
remotes::install_github("jbkunst/risk3r")
```## Example
This is a basic example which shows you how to solve a common problem:
``` r
library(risk3r)
## basic example code
```