comparison_two {autoScorecard}R Documentation

Compare the Distribution of the Two Variable Draw box plots, cdf plot , QQ plots and histograms for two data.

Description

Compare the Distribution of the Two Variable Draw box plots, cdf plot , QQ plots and histograms for two data.

Usage

comparison_two(var_A, var_B, name_A, name_B)

Arguments

var_A

A variable.

var_B

A variable.

name_A

The name of data A.

name_B

The name of data B.

Value

No return value, called for side effects

Examples

accepts <- read.csv(system.file("extdata", "accepts.csv", package = "autoScorecard" ))
comparison_two( var_A = accepts$purch_price ,var_B = accepts$tot_rev_line ,
name_A = 'purch_price' , name_B = "tot_rev_line"  )

[Package autoScorecard version 0.3.0 Index]