get_factor_results: Create EDA data for variables in a dataset

Description Usage Arguments

View source: R/get_results.R

Description

Get the EDA output with all the results for the factor or numeric variables that are in the dataset df

Usage

1
2
3
4
get_factor_results(df, target_var, ignore_vars = c(), type = "average")

get_numeric_results(df, target_var, ignore_vars = c(),
  type = "average", bins = 30)

Arguments

df

The input data.frame

target_var

A string with the name of the target variable

ignore_vars

A character vector with the variables to ignore

type

Can be 'count' or 'average' depicting how to get the results back

bins

Number of bins to use for numeric variables


theunis/eda documentation built on Nov. 5, 2019, 10:05 a.m.