RSC: linear regression with rank restraint using R.

Description Usage Arguments Value Examples

View source: R/RSC.R

Description

linear regression with rank restraint using R

Usage

1
RSC(x, y)

Arguments

x

predictor

y

output

Value

the rank of regression coefficientsn

Examples

1
2
3
4
5
## Not run: 
Y <- t(t(X))%*%A+E
RSC(X,Y)

## End(Not run)

sc19011/sc19011 documentation built on Jan. 3, 2020, 12:16 a.m.