Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbkunst/risk3r
risk3r
https://github.com/jbkunst/risk3r
educational modelling risk-model risk-modelling scorecard scorecard-model
Last synced: about 2 months 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 (9 months ago)
- Last Synced: 2024-10-11T19:13:49.057Z (2 months 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: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - jbkunst/risk3r - risk3r (R)
README
risk3r
================[![CRAN\_Status\_Badge](https://www.r-pkg.org/badges/version/risk3r?color=brightgreen)](https://cran.r-project.org/package=risk3r)
[![CRAN
downloads](https://cranlogs.r-pkg.org/badges/risk3r?color=brightgreen)](https://www.r-pkg.org/pkg/risk3r)
[![Project Status: Active – The project has reached a stable,
usablestate and is being
activelydeveloped.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Lifecycle:stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://www.tidyverse.org/lifecycle/#stable)
[![Codecov test
coverage](https://codecov.io/gh/jbkunst/risk3r/branch/master/graph/badge.svg)](https://codecov.io/gh/jbkunst/risk3r?branch=master)
[![Last
commit](https://img.shields.io/github/last-commit/jbkunst/risk3r.svg)](https://github.com/jbkunst/risk3r/issues)
[![GitHub closed
issues](https://img.shields.io/github/issues-raw/jbkunst/risk3r.svg)](https://github.com/jbkunst/risk3r/issues)
[![GitHub
issues](https://img.shields.io/github/issues-closed-raw/jbkunst/risk3r.svg)](https://github.com/jbkunst/risk3r/issues)
[![Github
Stars](https://img.shields.io/github/stars/jbkunst/risk3r.svg?style=social&label=Github)](https://github.com/jbkunst/risk3r)
[![R-CMD-check](https://github.com/jbkunst/risk3r/workflows/R-CMD-check/badge.svg)](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
```