Open SC-Duan opened 6 years ago
Hi, thanks for asking.
I list an example below which is in the help document. You may find it after installation.
The main function of this package is epsLasso(X, Y, c1, c2), where X is the matrix of predictors with each row represents an individual; Y is the phenotypic value; c1 is the right censored phenotypic value; c2 is the left censored phenotypic value.
The example below generated a fake date set of X, Y, c1, and c2. Then epsLasso was applied.
I will add a tutorial mostly like this in Github later. Thanks again!
Hi, Can you give a tutorial?