4

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.

gappy
  • 10,095
  • 14
  • 54
  • 73

1 Answers1

2

Actually, I found what I was looking for. The package nnls addresses exactly my problem.

gappy
  • 10,095
  • 14
  • 54
  • 73