Solve for threshold using iterative procedure which sets the threshold as the smallest absolute coefficient in iteration until convergence.
1 2 3 4 5 6 7 8 9 10 11  | 
y | 
 Matrix of labels. Has dimension T x N.  | 
X | 
 List of feature matrices. The pth entry corresponds to the design matrix of the pth covariate and has dimension T x N.  | 
Z | 
 Instruments corresponding to the argument X. If NULL all X variables are their own instrument.  | 
time_effect | 
 Boolean indicating if a time effect is to be estimated.  | 
id_effect | 
 Boolean indicating if an individual effect is to be estimated and returned.  | 
max_iter | 
 Maximum number of iterations. Default 20.  | 
choose_min | 
 Boolean, if true use minimum of absolute coefficients else max.  | 
numerical_threshold | 
 Threshold when to stop iteration. Default 0.001.  | 
return_info | 
 Return additional info on model fit.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.