Page 1 of 1

Generate A Range of Numbers Stored in Vector

Posted: Mon Dec 09, 2019 7:52 am
by geoanstats
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?

Re: Generate A Range of Numbers Stored in Vector

Posted: Mon Dec 09, 2019 8:26 am
by EViews Gareth