Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ネイティブ R 関数を使用して、未定システム Ax = b, x >= 0 の解を見つけることは可能ですか? 私は確かに線形プログラムを書いてlpsolveを使うことができますが、何かネイティブなものを望んでいます.
実際、私は探していたものを見つけました。パッケージnnlsはまさに私の問題に対処しています。
nnls