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, na.rm = T)

Arguments

x

The quantitative Random Variable of interest

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 ~~

Author(s)

Bruce Dudek bruce.dudek@albany.edu

Examples


explore(faithful$eruptions)
data(howell2_1)
explore(howell2_1t$rxtime)


bcdudek/bcdstats documentation built on Jan. 3, 2024, 10:09 p.m.