Fetch series definition
Posted: Sat Dec 09, 2017 10:58 pm
Hi
I have a series that is generated as
This is shown in the series field.
.
How can I, using code, retrieve the definition of the series as a string equal to %definition="renbif=1/2*(renbif_ssb+renbif_ssb(-1)"?
Thomas
I have a series that is generated as
Code: Select all
genr renbif=1/2*(renbif_ssb+renbif_ssb(-1) )
How can I, using code, retrieve the definition of the series as a string equal to %definition="renbif=1/2*(renbif_ssb+renbif_ssb(-1)"?
Thomas