cls: Mixed primal-dual bases algorithm for estimation of...

Description Usage Arguments Value Author(s) References See Also Examples

Description

It is used to estimate the parameters which have restrictions on the domain based on mixed primal-dual bases algorithm.

Usage

1
cls(y, X)

Arguments

y

A vector for responses.

X

Matrix of covariates.

Value

y

A vector for responses;

x

Matrix of covariates;

betahat

Estimates of parameters;

yhat

Estimates of responses.

Author(s)

Yili Hong

References

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.

See Also

clme and deglmx

Examples

1
2
3
y<-sort(rnorm(100, 10, 2))
x<-cbind(runif(100, 1, 3), sort(rnorm(100, 3, 1)))
res<-cls(y, x)

Example output

Loading required package: survival
Loading required package: nlme

SPREDA documentation built on May 2, 2019, 4 p.m.