eda {bda}R Documentation

Exploratory Data Analysis (EDA)

Description

A graphical method for exploratory data analysis.

Usage

  eda(x,plot=FALSE)

Arguments

x

A vector of numeric values. 'NA' values will be automatically removed.

plot

Show distribution and others using graph(s).

Details

This function is modified based on an S-Plus function written by Dr. Jiayang Sun (Course ST 426. Statistics Department, Case Western Reserve University). .

Author(s)

B. Wang bwang@southalabama.edu

References

J. W. Tukey. (1977). Exploratory Data Analysis. Addison-Wesley, New York.

Examples

 x = rnorm(100)
 eda(x)

[Package bda version 10.1.9 Index]