README.md

report

Generate reports from Rsquared Academy packages

CRAN_Status_Badge Travis-CI Build
Status AppVeyor Build
Status

The goal of report is to generate automated reports for summary statistics, RFM analysis, linear and logistic regression using the following packages:

Installation

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

Usage

Before generating the reports, it is important to ensure that the data used in the report is defined in the current session i.e. when you run ls() in the console, the data must be listed by R.

Summary Statistics

library(descriptr)
report_descriptr()

RFM Analysis

rfm_data <- rfm::rfm_data_orders
report_rfm()

Linear Regression

model_data <- descriptr::mtcarz
report_ols()

Logistic Regression

model_data <- blorr::bank_marketing
report_blr()

Community Guidelines

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



rsquaredacademy/report documentation built on Sept. 29, 2019, 12:14 a.m.