powered by
Prints a formatted BIC grid for lag selection.
print_bic_grid(bic_result, digits = 3)
Invisible NULL. Called for side effect of printing.
NULL
Result from qardl_bic_select.
qardl_bic_select
Number of decimal places. Default is 3.
data(qardl_sim) y <- qardl_sim$y X <- as.matrix(qardl_sim[, c("x1", "x2")]) bic_result <- qardl_bic_select(y, X, pmax = 4, qmax = 4) print_bic_grid(bic_result)
Run the code above in your browser using DataLab