eda {bda} | R Documentation |
A graphical method for exploratory data analysis.
eda(x,plot=FALSE)
x |
A vector of numeric values. 'NA' values will be automatically removed. |
plot |
Show distribution and others using graph(s). |
This function is modified based on an S-Plus function written by Dr. Jiayang Sun (Course ST 426. Statistics Department, Case Western Reserve University). .
B. Wang bwang@southalabama.edu
J. W. Tukey. (1977). Exploratory Data Analysis. Addison-Wesley, New York.
x = rnorm(100) eda(x)