Skip to content

vikasgupta1812/R_Regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

RRegrs

The current tool is a collection of regression tools from R that could be used to search the best regression models for any dataset. The initial use of the script is aimed at finding QSAR models for chemoinformatics / nanotoxicology.

The full R script will contain: Loading dataset, Filter dataset, Scaling dataset, Feature selection, Regression models, Summary with top models, Statistics of the best model, etc.

The script will be modular in order to create flexible APIs.

The main authors are from the National Technical University of Athens (NTUA) and Maastricht University (UM) joining efforts for the EU eNanoMapper project.

Table of Contents

  1. RRegrs.R
  2. s3.RemNearZeroVar.R
  3. s4.ScalingDataSet.R
  4. s5.RemCorrFeats.R
  5. s6.DsSplit.R
  6. s8.1.GLM.R
  7. _Lab/RRegrs_old.R
  8. _Lab/s2snet_data_analysis_0.R
  9. _Lab/xTesting.R

About

Searching the best regression model using R (correlation filter, data scaling, best regression model, etc.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages