close
Warning:
Can't synchronize with repository "(default)" (/var/svn/tolp does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
May 28, 2009, 10:35:21 AM (17 years ago)
- Author:
-
Víctor de Buen Remiro
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v38
|
v39
|
|
| 20 | 20 | 1. [http://cran.r-project.org/web/packages/Rglpk/Rglpk.pdf Rglpk] : solving large-scale linear programming (LP), mixed integer linear programming (MILP) and other related problems. |
| 21 | 21 | All them are available as CRAN standard package and can be installed from R-Gui application using menu Package / Install package. |
| | 22 | You also can run this commands from an R console: |
| | 23 | {{{ |
| | 24 | install.packages("quadprog") |
| | 25 | install.packages("coda") |
| | 26 | install.packages("Rglpk") |
| | 27 | }}} |
| 22 | 28 | |
| 23 | 29 | In Debian based LINUX the simplest way is following these steps |
| … |
… |
|
| 29 | 35 | }}} |
| 30 | 36 | |
| | 37 | |