edapy {Statsomat}R Documentation

Exploratory Data Analysis with Python

Description

A Shiny app for automated Exploratory Data Analysis with Python, based on the R interface to Python reticulate. Run the app locally by calling the function or launch it directly in the web from https://statsomat.shinyapps.io/edapy. Follow the Instructions in the GUI of the app to generate a PDF report or Python code to reproduce numerical and graphical results. Check also the GitHub repository of the app for more details https://github.com/Statsomat/edapy. System Requirements: Python >=3. Imports numpy, pandas, seaborn, matplotlib, scipy, statsmodels, tabulate, sys, warnings.

Usage

edapy()

Value

Shiny app opens in viewer or browser.

Examples

## Not run: 
library(Statsomat)
edapy()

## End(Not run)

[Package Statsomat version 1.1.0 Index]