BookmarkSubscribeRSS Feed
priyanka14
Fluorite | Level 6

Hello Sir

I am a user of Sas Enterprise guide version 7.100.5.6214 and i am working on it for reliability calculation

I need support on code for reliability parameter calculation using weibull 2P distribution. I want to calculate eta and beta and B20 life and also reliability at certain time.

Is there any code in EG?

I have attached the sample file in which i provided the sample input data i.e. Population and failure data and last sheet is output in the form which i really looking for.

In my data there is column named as "category" and there is total 4 category. Each have 5 failure parts . I want to calculate the reliability paramters for each Category each part wise.

 

It would be great if you can assist on this. Let me know if any additional information required.

Thanks

Priyanka

 

3 REPLIES 3
PGStats
Opal | Level 21

Did you consider using proc reliability (part of SAS/QC) with the statement

 

DISTRIBUTION W2;

 

W2 is the 2-parameter Weibull lifetime distribution.

PG
priyanka14
Fluorite | Level 6
thanks for you support.

I do added Proc reliability and Distribution W2 in my code but the problem
what I am facing is if you look at the output sheet in my attachment, I
need the results in same form like reliability parameters of each category
with each part. I am only able to do it for one part at a time.
Can it we possible by any chance if I get the result in same form what I
shared.I am not good in codings therefore asking such questions.🙂

Thanks
Priyanka


>
>
priyanka14
Fluorite | Level 6

thanks for you support.

I do added Proc reliability and Distribution W2 in my code but the problem
what I am facing is if you look at the output sheet in my attachment, I
need the results in same form like reliability parameters of each category
with each part. I am only able to do it for one part at a time.
Can it we possible by any chance if I get the result in same form what I
shared.I am not good in codings therefore asking such questions.

priyanka14_0-1594299078572.png

 



Thanks
Priyanka

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1317 views
  • 0 likes
  • 2 in conversation