View source: R/pmpp_aux_funcs.R
Produce sufficient statistics (lambda0) given the common coefficients (rho0)
| 1 2 | get_lambda0(rho, alpha = rep(0, n_alpha), N, T, n_alpha, Y_mat, X_mat, W,
  Z_mat)
 | 
| rho | lagged dependent variable coefficients | 
| alpha | external variables coefficients | 
| N | cross-sectional dimension of the data | 
| T | time dimension of the data | 
| n_alpha | number of external variables | 
| Y_mat | dependent variable matrix | 
| X_mat | lagged dependent variable matrix | 
| W | cross-sectionally invariant variables - not used now | 
| Z_mat | external variable matrix | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.