powered by
This function returns a matrix of linear and quadratic trends.
trend_columns(number_of_rows)
the number of rows in the input data set.
A matrix with number_of_rows rows and 2 columns, one for linear trends and one for quadratic trends.
number_of_rows
# NOT RUN { autovarCore:::trend_columns(10) # }
Run the code above in your browser using DataLab