Is there an R package for constrained regression, that has both a formula interface and a predict method? Two existing options are pcls from mgcv and nnls from nnls, but neither one appears to have a formula interface or a predict method.
Tell me more
×
Cross Validated is a question and answer site for
statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.
|
|
||||
| show 6 more comments |
nnlspackage as well. Bothmgcvandnnlssolve my problem, but I wish there was a slightly friendlier package, with a formula interface andpredictmethods. I suppose I can write my own wrapper functions. – Zach Jul 19 '12 at 19:13