GithubHelp home page GithubHelp logo

exploratory's Introduction

‘exploratory’: an R Package

R build status CodeFactor Total Downloads

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()

exploratory's People

Contributors

jinkim3 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.