bivariate: Provides Bivariate Analysis in a Tabular format

Description Usage Arguments

Description

Bivariate Tables for
1. Categorical - Categorical Variable : Cross Tab of Count and Proportions of Records
2. Numeric - Categorical Variable : Sum, Average, Min, Max of Records

Usage

1
2
3
bivariate$new(metadata)
bivariate$save(savepath)
bivariate$saveplot(savepath,method= c("pearson","spearman"))

Arguments

metadata

Specify the metadata generated using the metadata function.

savepath

The path of the xlsx file you want to save the analysis in. If the file does not exist it will create a new file of the specified name.

method

The correlation computation method. Can be either pearson or spearman


nolancardozo13/eda documentation built on May 12, 2019, 8:47 a.m.