News

As a first example of adding a time ID variable, you will use the SAS data set created by the following statements. (Or use your own data set if you prefer.) data no_id; input y @@; datalines; 10 15 ...