YunyiShen / CAR-LASSO

Conditional Auto-Regressive LASSO in R
https://yunyishen.github.io/CAR-LASSO
GNU General Public License v3.0
17 stars 5 forks source link

Use CARlasso function with matrices X and Y rather than formula #8

Open YunyiShen opened 3 years ago

YunyiShen commented 3 years ago

For higher dimension cases the formula can be too long to approach, we should have CARlasso allowing matrix input.