cls | R Documentation |
It is used to estimate the parameters which have restrictions on the domain based on mixed primal-dual bases algorithm.
cls(y, X)
y |
A vector for responses. |
X |
Matrix of covariates. |
y |
A vector for responses; |
x |
Matrix of covariates; |
betahat |
Estimates of parameters; |
yhat |
Estimates of responses. |
Yili Hong
Fraser, D. A. S. and H. Massam (1989), A mixed primal-dual bases algorithm for regression under inequality constraints. Application to concave regression. Scandinavian Journal of Statistics, Vol. 16, pp. 65-74.
clme and deglmx
y<-sort(rnorm(100, 10, 2))
x<-cbind(runif(100, 1, 3), sort(rnorm(100, 3, 1)))
res<-cls(y, x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.