explore: Explore, an EDA function for Univariate Description and...

View source: R/explore.R

exploreR Documentation

Explore, an EDA function for Univariate Description and Display

Description

The function returns a six paneled figure with histograms, kernel density functions, Boxplots with rugplots, normal probability plots, symmetry plots and displays Interquartile ranges under a kernel density function.

Usage

explore(x, varname = "", na.rm = T)

Arguments

x

The quantitative Random Variable of interest

varname

A Variable Label used in the Plot Title

na.rm

missing data are handled by this function

Details

The function also uses the "describe" function from the "psych" package to compute descriptive statistics for the RV. The skewness and kurtosis coefficients from "describe" are the G1 and G2 coefficients.

%% ~~ If necessary, more details than the description above ~~

Value

%% ~Describe the value returned %% If it is a LIST, use %%

comp1

Description of 'comp1'

%%

comp2

Description of 'comp2'

%% ...

Note

%% ~~further notes~~

Author(s)

Bruce Dudek

References

Howell, D.C. (2010) Statistical Methods for Psychology. 7th Ed. Belmont, CA:Cengage.

See Also

%% ~~objects to See Also as help, ~~~

Examples


explore(faithful$eruptions, varname="Eruption Duration")
explore(mtcars$mpg)


bcdudek/bcdstats documentation built on Aug. 15, 2024, 7:24 p.m.