Generate A Range of Numbers Stored in Vector
Posted: Mon Dec 09, 2019 7:52 am
I am trying to generate a series of numbers in an elegant way to store in a vector, counting 1 to 10 by 1. In other programming languages I'm familiar with, it would just be using ":" as an operator, so that 1 to 10 would just be
>>> vector x = 1:10
Is there any way to do this with code in eviews?
>>> vector x = 1:10
Is there any way to do this with code in eviews?