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

University project about linear programming problem using regression analysis

License

Notifications You must be signed in to change notification settings

hamsternik/linprog-regress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

University project about linear programming problem using regression analysis

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages