k_max: Number of iteration to repeat the whole algorithm
n_iter: Number of iteration for Newton-Raphson algorithm
method: Stability selection method: "min" or "cv". In "min" the smallest lambda is chosen, in "cv" cross-validation lambda is chosen for stability selection. The default is "min"
nb_rep_ss: Number of replications in stability selection step. The default is 1000
threshold: Threshold for stability selection. The default is 0.9
Returns
estim_active: Vector of stimated active coefficients
eta_est: Vector of estimated eta values
gamma_est: Vector of estimated gamma values
References
M. Gomtsyan et al. "Variable selection in sparse multivariate GLARMA models: Application to germination control by environment", arXiv:2208.14721