Skip to content

rsquaredacademy/report

Repository files navigation

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.

About

Create automated reports

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published