All Projects → rsquaredacademy → xplorerr

rsquaredacademy / xplorerr

Licence: Unknown, MIT licenses found Licenses found Unknown LICENSE MIT LICENSE.md
Shiny apps for interactive data analysis, visualization and modeling.

Programming Languages

r
7636 projects

Projects that are alternatives of or similar to xplorerr

ShinyTester
An R package to help debug Shiny apps during the process itself.
Stars: ✭ 29 (-12.12%)
Mutual labels:  shiny-apps
rubicon-ml
Capture all information throughout your model's development in a reproducible way and tie results directly to the model code!
Stars: ✭ 81 (+145.45%)
Mutual labels:  exploration
Object-Goal-Navigation
Pytorch code for NeurIPS-20 Paper "Object Goal Navigation using Goal-Oriented Semantic Exploration"
Stars: ✭ 107 (+224.24%)
Mutual labels:  exploration
UCSCXenaShiny
📊 An R package for interactively exploring UCSC Xena https://xenabrowser.net/datapages/
Stars: ✭ 52 (+57.58%)
Mutual labels:  shiny-apps
caltech samaritan
🚁〰️ Drone SLAM project for Caltech's ME 134 Autonomy class.
Stars: ✭ 35 (+6.06%)
Mutual labels:  exploration
webviz-subsurface
Webviz-config plugins for subsurface data.
Stars: ✭ 35 (+6.06%)
Mutual labels:  exploration
skywalkR
code for Gogleva et al manuscript
Stars: ✭ 28 (-15.15%)
Mutual labels:  shiny-apps
Sweetviz
Visualize and compare datasets, target values and associations, with one line of code.
Stars: ✭ 1,851 (+5509.09%)
Mutual labels:  exploration
contextual
Contextual Bandits in R - simulation and evaluation of Multi-Armed Bandit Policies
Stars: ✭ 72 (+118.18%)
Mutual labels:  exploration
micvision
Micvision package provide exploration and location for robot using navigation and cartographer packages
Stars: ✭ 21 (-36.36%)
Mutual labels:  exploration
workshops-setup cloud analytics machine
Tips and Tricks to setup a cloud machine for Analytics and Data Science with R, RStudio and Shiny Servers, Python and JupyterLab
Stars: ✭ 12 (-63.64%)
Mutual labels:  shiny-apps
ase exploration
Planning for robotic exploration based on forward simulation
Stars: ✭ 82 (+148.48%)
Mutual labels:  exploration
javelin
Party-based roguelike (open-source strategy-RPG game).
Stars: ✭ 57 (+72.73%)
Mutual labels:  exploration
learning R
List of resources for learning R
Stars: ✭ 32 (-3.03%)
Mutual labels:  shiny-apps
Valheim-ServerSideMap
This plugin completely moves the explored map and created pins to the server. As clients explore, they will send their explored areas to the server who will then distribute it to all connected clients. When a client joins, the server will synchronize the currently explored areas to the client. Pins are shared as well but default to false and nee…
Stars: ✭ 32 (-3.03%)
Mutual labels:  exploration
machLearn
Machine learning dashboard created with R/shiny
Stars: ✭ 74 (+124.24%)
Mutual labels:  shiny-apps
sidekicks
Sidekick Policy Learning for Active Visual Exploration (ECCV 2018)
Stars: ✭ 24 (-27.27%)
Mutual labels:  exploration
Pluto.jl
🎈 Simple reactive notebooks for Julia
Stars: ✭ 3,430 (+10293.94%)
Mutual labels:  exploration
Pandas Profiling
Create HTML profiling reports from pandas DataFrame objects
Stars: ✭ 8,329 (+25139.39%)
Mutual labels:  exploration
safe-exploration
Safe Exploration with MPC and Gaussian process models
Stars: ✭ 57 (+72.73%)
Mutual labels:  exploration

xplorerr

Tools for interactive data analysis

CRAN_Status_Badge cran checks R build status status Lifecycle: stable

Overview

xplorerr provides a set of tools for interactive data analysis:

  • Descriptive statistics
  • Visualize probability distributions
  • Inferential statistics
  • Linear regression
  • Logistic regression
  • RFM Analysis
  • Data visualization
    • ggplot2
    • plotly
    • rbokeh
    • highcharter

Installation

# Install release version from CRAN
install.packages("xplorerr")

# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/xplorerr")

Usage

Descriptive Statistics

Generate descriptive statistics such as measures of location, dispersion, frequency tables, cross tables, group summaries and multiple one/two way tables.

app_descriptive()

Visualize Probability Distributions

Visualize and compute percentiles/probabilities of normal, t, f, chi square and binomial distributions.

app_vistributions()

Inferential Statistics

Select set of parametric and non-parametric statistical tests. ‘inferr’ builds upon the solid set of statistical tests provided in ‘stats’ package by including additional data types as inputs, expanding and restructuring the test results. The tests included are t tests, variance tests, proportion tests, chi square tests, Levene’s test, McNemar Test, Cochran’s Q test and Runs test.

app_inference()

Linear Regression

Tools designed to make it easier for users, particularly beginner/intermediate R users to build ordinary least squares regression models. Includes comprehensive regression output, heteroskedasticity tests, collinearity diagnostics, residual diagnostics, measures of influence, model fit assessment and variable selection procedures.

app_linear_regression()

Logistic Regression

Tools designed to make it easier for beginner and intermediate users to build and validate binary logistic regression models. Includes bivariate analysis, comprehensive regression output, model fit statistics, variable selection procedures, model validation techniques and a ‘shiny’ app for interactive model building.

app_logistic_regression()

RFM Analysis

Tools for RFM (recency, frequency and monetary value) analysis. Generate RFM score from both transaction and customer level data. Visualize the relationship between recency, frequency and monetary value using heatmap, histograms, bar charts and scatter plots.

app_rfm_analysis()

Data Visualization

Tools for interactive data visualization . Users can visualize data using ‘ggplot2’, ‘plotly’, ‘rbokeh’ and ‘highcharter’ libraries.

app_visualizer()
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].