# \donttest{
# build a simple vector-autoregressive mlts model with two time-series variables
var_model <- mlts_model(q = 2)
# create formula from the specified model
mlts_model_formula(model = var_model)
# }
Run the code above in your browser using DataLab