Code: Select all
procedure rlfromcards
local equation regs
equation regs *
compute %rl = %rlfromeqn(regs)
end
Code: Select all
@rlfromcards
# gdp{1 to 4} ffed{1 to 2} pce{1 to 4}
I use -rlfromcards- because I have several custom procedures that take regression lists as input, and it's helpful to build the regression list once, using the -cards- format, and then reuse it throughout the program, instead of manually specifying the -cards- format every time.