Is it possible to find a solution to the undetermined system Ax = b, x >= 0 using some native R function? I can certainly write a linear program and use lpsolve, but am hoping for something native.
Asked
Active
Viewed 209 times
4
-
1Sure. What's your objective function? – Sharpie Jan 21 '11 at 19:14
1 Answers
2
Actually, I found what I was looking for. The package nnls
addresses exactly my problem.

gappy
- 10,095
- 14
- 54
- 73