binomial_test: Binomial Test

Description Usage Arguments

View source: R/binomial_test.R

Description

Binomial test

Usage

1
2
3
4
5
6
7
8
binomial_test(
  df,
  total_observations,
  dr_observation,
  dr_estimate,
  confidence_level = 0.95,
  tail = "one"
)

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)

confidence_level

Confidence level (Default is 0.95)

tail

Test tail specification, could be one or two. (Default is one)


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