Search found 5 matches

by jgarnier
Mon Mar 09, 2015 11:01 am
Forum: Data Manipulation
Topic: Subsample on panel data and scatter plot
Replies: 3
Views: 3824

Re: Subsample on panel data and scatter plot

Sorry I meant : extend the number of years appearing in the plot (by dragging the bar at the bottom)
by jgarnier
Mon Mar 09, 2015 9:11 am
Forum: Data Manipulation
Topic: Subsample on panel data and scatter plot
Replies: 3
Views: 3824

Subsample on panel data and scatter plot

Hi, I use a panel dataset with 3000 cross-sections on 12 periods (2001-2012). In order to suppress some undesirable observations, I restrict the sample using : smpl @all if rrf>0 and dotations>0 After that, when looking at the spreadsheet, some cross-sections still have the 12 periods, whereas some ...
by jgarnier
Mon Mar 02, 2015 8:53 am
Forum: Programming
Topic: defining a sample with @wunion
Replies: 2
Views: 3075

Re: defining a sample with @wunion

It works. Thanks a lot !
Cheers
J
by jgarnier
Sat Feb 28, 2015 4:41 am
Forum: Programming
Topic: defining a sample with @wunion
Replies: 2
Views: 3075

defining a sample with @wunion

Hi, I’d like to add two strings together in order to define the sample. The following codes work well : %s = "@all if dep_invest>0" %s2 = "and rrf>0" %s3 = @wunion(%s,%s2) smpl %s3 But when I add a third variable (‘autofi’ here), %s = "@all if dep_invest>0" %s2 = "...
by jgarnier
Thu Feb 17, 2011 3:18 am
Forum: Bug Reports
Topic: Unable to open an existing workfile
Replies: 1
Views: 3795

Unable to open an existing workfile

Hi,
I've tried to open a workfile which I was using until yesterday, but I got an error message saying
"file does not meet .wf1 workfile specification".
Anyone got any idea ? Thanks for your help

Go to advanced search