| get_vals_lagcrit | R Documentation | 
Compute values for 'AICc', 'AIC', or 'BIC'.
Schwarz, Gideon E. (1978). "Estimating the dimension of a model", Annals of Statistics, 6 (2): 461–464.
get_vals_lagcrit(y, x, lag_crit, h, k, max_lags, n_obs)
| y | List with left (endogenous) variables. | 
| x | List with right (exogenous) variables. | 
| lag_crit | Integer: 'AICc'= 1, 'AIC' = 2, 'BIC' = 3. | 
| h | Integer. | 
| k | Integer. | 
| max_lags | Integer. | 
Akaike, H. (1974). "A new look at the statistical model identification", IEEE Transactions on Automatic Control, 19 (6): 716–723.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.