Description Usage Arguments Value
PLS estimation by the iterative algorithm via NLOPTR
1 2 |
N |
The dimension of cross-sectional units in the panel. |
TT |
The time series dimension in the panel. |
y |
Dependent variable. (TN * 1). T is the fast index. |
X |
Independent variable. (TN * P). T is the fast index. P is the number of regressors. |
K |
The number of groups. |
lambda |
The tuning parameter. |
beta0 |
N*p matrix. The initial estimator for each i=1,...,N. |
R |
Maximum number of iteration. |
tol |
Tolerance level in the convergence criterion. |
post_est |
A boolean: do post-lasso estimation or not. |
bias_corr |
A boolean: do bias correction in the post-lasso estimation or not. |
algo |
choose algorithm for nloptr |
A list contains estimated coeffcients and group struncture
b.est |
N * p matrix containing estimated slope for each individual |
a.out |
K * p matrix containing estimated slope for each group |
group.est |
group_id for each individual |
converge |
A boolean indicating whether convergence criteria is met |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.