Giter VIP home page Giter VIP logo

basic_eda_report's Introduction

Basic_EDA_Report

This is an attempt to tempatize the creation of a quick and easy exploratory data analysis report, using R and the knitr package.

The template consists of a master file and a number of code chunks for different types of plots.

The columns of any data frame will be enumerated into numeric, time series and factor variables and a suitable plot is automatically selected to give an idea of what's going on with the data.

To set up the report for any data frame, you need to create 3 simple files:

  1. dataframe_this.Rnw
  2. dataframe_tidy.Rnw
  3. dataframe_custom.Rnw

Replace the string dataframe with a unique name for your dataframe.

Use the examples included here, and these guidelines to set up the report:

dataframe_this

Just add the package name, dataframe name and the name of the dependent variable (y). Check the examples to see how.

dataframe_tidy

Do any operations here to create a standard, tidy dataframe. This is useful if you are loading a dataframe from a package and it doesn't ship the way you like it. If it needs any code running to clean it up then do that here. Don't change the generic label "df" used here as the rest of the code refers to this.

dataframe_custom

You can change any of the individual plot creating chunks by setting the specific eval variable to false in this file and adding your own code here. See the examples in uswages, teengamb and divusa.

basic_eda_report's People

Contributors

julianhatwell avatar

Watchers

 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.