programming commands for structuring panel workfil
Posted: Tue Mar 10, 2015 7:40 am
I am writing a program to analize panel dataset. I was planning to read the data in as an unstructured dataset and then create a dated balanced panel. My cross section identiyer is "id" and my time identifier is "per." I can do this with proc menue but I would like to write code to set the cross section and time identifiers.
Here is what I have so far:
wfcreate(wf=work, page=panel) u 175
import data.xlsx
Thanks.
Here is what I have so far:
wfcreate(wf=work, page=panel) u 175
import data.xlsx
Thanks.