Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.11 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.11 KB

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