Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.39 KB

Linear programming optimization problem involving linear regression

License

Project based on building linear regression models which involving as a main part of linear programming task.

Preffered algorithms used in project:

  • lm.fit [building linear regression models for criterion and state variables]
  • linprog [solving linear programming problem]

Installation

To run project from source, you should install next dependencies:

> install.packages("shiny")
> install.packages("Rglpk")
  • Install XLConnect and support XLConnectJars.
> install.packages("XLConnect")
> install.packages("XLConnectJars")

For installation you should have installed devtools.

> install_github("modopt.matlab", user="rhochreiter")

Warning ⚠️

If you use macOS as primary system and you get a trouble to run a project or troubles with XLConnection package, install a legacy java v.1.6. It will help.

Please, follow through this guide withing accomplish.