additive_regression {blin} | R Documentation |
Fit sparse BLIN model D is matrix of lagged Y (covariates) Y is oservations X is covariates for multiple time periods Returns A, B, beta, Yhat
additive_regression(Y, X, lag, type = "biten", use_cov = TRUE, penalty = 1, whichlambda = "min")