EDA: Function of 'Exploratory Data Analysis'

Description Usage Arguments Value Examples

Description

Function of 'Exploratory Data Analysis'

Usage

1
EDA(x)

Arguments

x

Numeric vectors

Value

The outputs will be several graphs to describe some features of our data.

Examples

1
2
3
4
5
6
7
8
pay <- c(11,19,14,22,14,28,13,81,12,43,11,16,
31,16,23,42,22,26,17,22,13,27,108,16,43,82,
14,11,51,76,28,66,29,14,14,65,37,16,37,35,
39,27,14,17,13,38,28,40,85,32,25,26,16,12,
54,40,18,27,16,14,33,29,77,50,19,34)
EDA(pay)
log.pay <- log10(pay)
EDA(log.pay)

zhaoxue-xmu/RDA documentation built on May 4, 2019, 10:17 p.m.