powered by
Compute the list of matrices with correct dimensions to pass later in the computation
ConformableMatrix(mat.y, q, mat.x = NULL, trend = FALSE, intercept = TRUE)
A list of conformed matrices
The matrix object of time series
The chosen lag
The matrix of optional covariates
Whether we add a trend. Default = FALSE
Whether the break test is on the intercept only. Default = TRUE
data(example_data) conf.matrix <- ConformableMatrix(mat.y = example_data, q = 2)
Run the code above in your browser using DataLab