View source: R/comparison_two.R
comparison_two | R Documentation |
Compare the Distribution of the Two Variable Draw box plots, cdf plot , QQ plots and histograms for two data.
comparison_two(var_A, var_B, name_A, name_B)
var_A |
A variable. |
var_B |
A variable. |
name_A |
The name of data A. |
name_B |
The name of data B. |
No return value, called for side effects
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" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.