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.

sas-innovate-2024.png

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

Register now!

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
  • 1104 views
  • 2 likes
  • 3 in conversation