R package with useful functions for data analysis and reporting.
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()
.
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()
.
Turn the output of regression_ and random_forest_ functions into HTML output
create_table()
Creates HTML tables from regression_ and random_forest_ results.You can get the development version from GitHub with:
devtools::install_github("janbrederecke/analyzeD")
The logo was designed by Tim Brederecke.
Please submit feedback and suggestions through Github's issues facility.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.