Hi Experts,
I have one question regarding the data smoothing in SAS. let's say i have 4 years data for 10 million customers.
Sample data looks like this
| Cutomer_ID |
Year |
values |
| 2 |
2014 |
40 |
| 2 |
2015 |
24 |
| 2 |
2016 |
14 |
| 2 |
2017 |
26 |
| 4 |
2014 |
1 |
| 4 |
2015 |
18 |
| 4 |
2016 |
9 |
| 4 |
2017 |
8 |
| 5 |
2014 |
30 |
| 5 |
2015 |
20 |
| 5 |
2016 |
10 |
| 5 |
2017 |
12 |
So from the above table, i have to create risk tag for each customer based on their four years score. but in this case, if the customer gets a good score in years and a bad score in 2 years.
So I need to classify based on the smoothing technique in SAS.
Please, can i get any code reference for this?
Thanks in advance.
Regards,
Anil