Learn R Programming

seeg (version 1.0)

EDA: EDA Functions

Description

Functions for EDA.

Usage

eda6(x,label="x")

Arguments

x
data for one variable
label
label for plots

Value

  • No value returned. Produces plots on graphics windows.

Details

Produces six plots on one graphics window: Index plot, box-whisker plot, histogram, density approx to histogram, quantile-quantile plot (using function qqPlot of package car), and empirical cumulative plot.

References

Acevedo M.F. 2013. "Data Analysis and Statistics for Geography, Environmental Science, and Engineering", CRC Press.

See Also

panel functions panel6, plots plot, boxplot, hist, density, qqPlot,ecdf

Examples

Run this code
x <- rnorm(100)
eda6(x)

Run the code above in your browser using DataLab