Skip to content

R package. Functions for data analysis and reporting in RMarkdown. Fast and flexible.

License

Notifications You must be signed in to change notification settings

janbrederecke/analyzeD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

analyzeD

R package with useful functions for data analysis and reporting.

Overview

regression_ family

Easily compute different kinds of regression

  • regression_lin() Calculates linear regression models using lm().

  • regression_log() Calculates logistic regression models using glm().

  • regression_cox() Calculates Cox regression models using survival::coxph().

random_forest_ family

Easily compute different kinds of random forests

  • random_forest_regr() Calculates random forest models for regression problems using ranger::ranger().

  • random_forest_class() Calculates random forest models for classification problems using ranger::ranger().

  • random_forest_surv() Calculates random forest models for survival problems using ranger::ranger().

create_table family

Turn the output of regression_ and random_forest_ functions into HTML output

  • create_table() Creates HTML tables from regression_ and random_forest_ results.

Installation

You can get the development version from GitHub with:

devtools::install_github("janbrederecke/analyzeD")

Acknowledgement

The logo was designed by Tim Brederecke.

Contact

Please submit feedback and suggestions through Github's issues facility.

About

R package. Functions for data analysis and reporting in RMarkdown. Fast and flexible.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages