On my system

help.search("linear program")

gives (slightly edited)

linp(limSolve)          Linear Programming
solveLP(linprog)        solve Linear Programming / Optimization
                        problems
lp.object(lpSolve)      LP (linear programming) object
lpcdd(rcdd)             linear programming with exact arithmetic
simplex(boot)           Simplex Method for Linear Programming Problems

which should point you at some relevant packages.

DEA appears to be an OR technique, and we don't see many OR users of R and hence very few packages.

On Wed, 28 May 2008, Marcus Vinicius wrote:

Dear all,
May anyone explain to me how  I run a linear programming or Data Envelopment
Analysis (DEA models) into R?
Thanks a lot.
Best Regards.
Marcus Vinicius

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


--
Brian D. Ripley,                  [EMAIL PROTECTED]
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to