get_frequency_table: Calculate Frequency Table

Description Usage Arguments Details

View source: R/get_frequency_table.R

Description

Calculate frequency table

Usage

1
get_frequency_table(df, x_target = NULL, y_target = NULL)

Arguments

df

A data.frame (tibble) with independent variables and target variable.

x_target

Names of independent variables. (Default is NULL)

y_target

The name of target variable. (Default is NULL)

Details


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