Learn R Programming

‘exploratory’: an R Package

Exploratory Only: A Tool for Large-Scale Exploratory Analyses

Conduct numerous exploratory analyses in an instant with a point-and-click interface (a Shiny App on the local machine). Select variables in a data set to categorize them as possible independent, dependent, moderating, or mediating variables. Then run dozens (or hundreds) of analyses with one click to uncover any statistically significant relationships among variables.

This tool also allows conducting simple follow-up analyses (e.g., correlation and regression) with the point-and-click interface.

Warning

Any relationship among variables uncovered using this tool should be tested in follow-up studies. This tool is designed only to facilitate exploratory analyses and should NEVER be used for p-hacking (Simmons, Nelson, and Simonsohn, 2011; Ioannidis 2005).

Installation

You can install the released version of the package ‘exploratory’ from CRAN with:

install.packages("exploratory")

You can also install the development version from exploratory on GitHub with:

install.packages("remotes")
remotes::install_github("jinkim3/exploratory")

If you run into errors while using the package, try updating the package to the most recent version available on exploratory on GitHub with:

update_exploratory()

Example

Here is an example of using this package.

library(exploratory)

# update the package 'exploratory'
update_exploratory()

# launch the exploratory analysis tool on a local machine
exploratory()

Copy Link

Version

Install

install.packages('exploratory')

Monthly Downloads

288

Version

0.3.31

License

GPL-3

Maintainer

Jin Kim

Last Published

October 10th, 2023

Functions in exploratory (0.3.31)

merge_data_tables

Merge data tables
multiple_regression

Summarize multiple regression results in a data.table
update_exploratory

Update the package 'exploratory'
wilcoxon_rank_sum_test

Wilcoxon Rank-Sum Test (Also called the Mann-Whitney U Test)
prep

Prepare package(s) for use
order_rows_specifically_in_dt

Order rows specifically in a data table
scatterplot

Scatterplot
se_of_mean

Standard error of the mean
pretty_round_p_value

Pretty round p-value
read_csv

Read a csv file
mediation_analysis

Mediation analysis
tabulate_vector

Tabulate vector
merge_data_table_list

Merge a list of data tables
skewness

Skewness
t_test_pairwise

t test, pairwise
theme_kim

Theme Kim
histogram_by_group

Histogram by group
kurtosis

Kurtosis
mann_whitney

Mann-Whitney U Test (Also called Wilcoxon Rank-Sum Test)
desc_stats

Descriptive statistics
histogram

Histogram
exploratory

Launch the exploratory analysis tool
desc_stats_by_group

Descriptive statistics by group
id_across_datasets

ID across datasets
cohen_d_from_cohen_textbook

Cohen's d from Jacob Cohen's textbook (1988)
compare_groups

Compare groups