BookmarkSubscribeRSS Feed
ishakamboj1230
Obsidian | Level 7

hi i am using insurance dataset to model severity using Generalized linear model . so  please  suggest me what are the available models used for  severity in sas for GLMs

3 REPLIES 3
ballardw
Super User

You should explain what severity means in terms of your available data. This is likely a topic that has many definitions and specific industries or even your organization may have a different take than others.

ishakamboj1230
Obsidian | Level 7

i am using motor insurance data , the claim severity is given to me in that data set. based on that i have to model severity. data base is attached with question , i have tried  proc severity procedure using gamma distribution:

 

proc severity data=libish.simulatedwithlog  crit=aicc ;

loss severity;

scalemodel logduration / dfmixture =full ;

dist gamma ;

run;

 

and also applied  usual gamma model using genmod procedure .

 

proc genmod data=libish.dataset2;

class premiumclass age zone;

model severity=premiumclass age /dist=gamma link=log type3;

run;

 

actually how to conclude gamma model is suitable for this data?

Ksharp
Super User
Under SAS/ETS , there is a Proc severity .Better post it at Forecasting Forum.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
How to choose a machine learning algorithm

Use this tutorial as a handy guide to weigh the pros and cons of these commonly used machine learning algorithms.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1275 views
  • 2 likes
  • 3 in conversation