An open API service indexing awesome lists of open source software.

https://github.com/jacintoArias/exreport

An R package for reproducible research. Analyze your experimental data and generate HTML and PDF reports.
https://github.com/jacintoArias/exreport

Last synced: 4 months ago
JSON representation

An R package for reproducible research. Analyze your experimental data and generate HTML and PDF reports.

Awesome Lists containing this project

README

          

# exreport

[![Build Status](https://travis-ci.org/jacintoArias/exreport.svg?branch=master)](https://travis-ci.org/jacintoArias/exreport)
[![CRAN Status Badge](http://www.r-pkg.org/badges/version/exreport)](http://cran.r-project.org/web/packages/exreport)
### Fast, Reliable and Elegant Reproducible Research

exreport has been conceived to obtain robust and transparent reproducibility when developing scientific publishable results. Describe your experiments and your analysis in an exreport script and reproduce publish-ready descriptive statistics, tables, plots and many more with a single click.

## Check our dedicated wwebsite and documentation:

* [Exreport website](http://jacintoarias.github.io/exreport/)

* [Exreport Docs](http://jacintoarias.github.io/exreport/docs)

## Subscribe to our user mailing list:

(We use the group to track the active users of the package so we appreciate it very much if you subscribe)

* [Subscribe to exreport-user group](http://groups.google.com/group/exreport-user/boxsubscribe)

## Install from github via devtools

```R
# install.packages("devtools")
devtools::install_github("jacintoarias/exreport")
```

## Features

* *Define* a data model to organice and process your experiments.
* *Evaluate* your experimental data by using powerful statistical tests.
* *Visualice* your data by generating beautiful plots and tables.
* *Comunicate* generate interactive HTML reports and use it to export the elements toyour paper or to discuss the results with your coleages.
* *Repeat* instantly and have robust reproducibility of your results by using your exreport script.

See it in action in our website experiments.

## Collaborate

Collaborate with us in github by identifying bugs, requesting new features or programming yourself!