Am 09.02.2016 um 19:50 schrieb Carlo Maria Petrangelo:
So, I do not know if I had to write the commands in the exact way
Professor Cottrelldid, but I did it since I do not know the command and
I did not get theratio of the process (I'm sorry, but I'm not a math
student and in this case I just need the results and I can'tspend time
in understandingthat).
So I ran the commands below and I got an error:
?wage<-system
? equation w 0 w_1 lnGDPdeflator lnGDPdeflator_1 time;0 w_1 w_2 w_3
lnGDPdeflator_1 lnGDPdeflator_2 lnGDPdeflator_3
? end system
? function matrix my_restrict (const matrix b)
> matrix v = (b[4]-b[2])/(1-b[3]) + 0.012846691
> return v
> end function
?restrict wage
? rfunc = my_restrict
? end restrict
La statistica richiesta non รจ disponibile(Which in englishshould
soundslike"The statistic request is not available")
Not 100% sure if this is the cause, but try to move the function
definition to the top, so that the 'restrict' block comes right after
the system block.
hth,
sven