traffic_light_tests: Traffic Light Tests

Description Usage Arguments

View source: R/traffic_light.R

Description

p-value based traffic light tests (binom, normal, and correlated tests)

Usage

1
2
3
4
5
6
7
8
traffic_light_tests(
  df,
  total_observations,
  dr_observation,
  dr_estimate,
  rho,
  simplfy = T
)

Arguments

df

A data.frame (tibble)

total_observations

The column name of total observations variable. (character)

dr_observation

The column name of bad observation rate variable. (character)

dr_estimate

The column name of bad estimate rate variable. (character)

rho

test correlation (numeric)

simplfy

(logical, Default is TRUE)


toygur/tidycreditrisk documentation built on May 29, 2020, 12:50 a.m.