Search found 2 matches
- Wed Jul 22, 2015 10:10 am
- Forum: Programming
- Topic: @meansby in a model
- Replies: 2
- Views: 3838
Re: @meansby in a model
Ok, thanks.
- Tue Jul 21, 2015 4:14 pm
- Forum: Programming
- Topic: @meansby in a model
- Replies: 2
- Views: 3838
@meansby in a model
Hi - I have not been able to use the @meansby funcion inside a model. The code below is an example wfcreate q 1990q1 2016q4 smpl @all series aa = 0 model teste teste.append aa = @trend teste.append aa_ex1 = @meansby(aa, @year) teste.append aa_ex2 = aa(-1) smpl 2000q1 2016q4 solve teste It evaluates ...
