unbalanced panel
Posted: Tue Jan 11, 2011 10:06 am
Eviews 7.1
I working with unbalanced panel data set (870, 3705)
How can I extract the maximum value for each project (870) and dump it into a series
tried:
series try=@maxby(projectnum, @crossid)
Second
I have a decriptive string variable which vaires within each project and across project - I'm sampling the string using @instr(xxxxx, "yyyy")>0
Can I add booleans within the command as so
@instr(xxxxx, "yyyy" or "zzzz" and "oooo")>0
thanks
I working with unbalanced panel data set (870, 3705)
How can I extract the maximum value for each project (870) and dump it into a series
tried:
series try=@maxby(projectnum, @crossid)
Second
I have a decriptive string variable which vaires within each project and across project - I'm sampling the string using @instr(xxxxx, "yyyy")>0
Can I add booleans within the command as so
@instr(xxxxx, "yyyy" or "zzzz" and "oooo")>0
thanks