chisquare_test: Chi-Squared Test

Description Usage Arguments Details

View source: R/chisquare_test.R

Description

Chi-Squared test

Usage

1
2
3
4
5
6
7
8
chisquare_test(
  df,
  total_observations,
  dr_observation,
  dr_estimate,
  confidence_level = 0.95,
  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 variable. (character)

dr_estimate

The column name of bad estimate variable. (character)

confidence_level

Confidence level (Default is 0.95)

simplfy

(logical, Default is TRUE)

Details

null hypothesis is the observed and predicted values are close the each other.


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