bda (version 10.1.9)

eda: 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). .

References

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

Examples

Run this code
# NOT RUN {
 x = rnorm(100)
 eda(x)
# }

Run the code above in your browser using DataLab