eda.functions: EDA Functions

Description Usage Arguments Details Value Note Author(s) References See Also Examples

Description

Functions for EDA.

Usage

1
eda6(x,label="x")

Arguments

x

data for one variable

label

label for plots

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.

Value

No value returned. Produces plots on graphics windows.

Note

Input files are in 'datafiles.zip' in directory 'datafiles' and organized by chapters of Acevedo (2013).

Author(s)

Miguel F. Acevedo Acevedo@unt.edu

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

1
2
x <- rnorm(100)
eda6(x)

seeg documentation built on May 30, 2017, 7:09 a.m.