anchor_point: Anchor Point Test

Description Usage Arguments

View source: R/anchor_point.R

Description

Anchor point test

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
anchor_point(
  df,
  total_observations,
  dr_estimate,
  central_tendency,
  upper_green = 1.2,
  upper_red = 1.3,
  lower_green = 0.8,
  lower_red = 0.7
)

Arguments

df

A data.frame (tibble)

total_observations

The column name of total observations variable. (character)

dr_estimate

The column name of bad estimate variable. (character)

central_tendency

A central tendency needs to be specified for testing.

upper_green

(Default is 1.2)

upper_red

(Default is 1.3)

lower_green

(Default is 0.8)

lower_red

(Default is 0.7)


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