Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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
```