cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Learn how to build custom Python data connectors and further customize JMP’s Data Connector Framework with the Python Data Connector Demo, available now in the JMP Marketplace!
  • See how to create experiments to support product design and ID useful product features. Register for June 12 webinar, 2pm US Eastern Time.

Discussions

Solve problems, and share tips and tricks with other JMP users.
Choose Language Hide Translation Bar
dilipkumar
Level II

Reliability analysis of Interval censored data

Hi , Is any one have any idea about Reliability analysis of Interval censored data. my data set is in following format

 
 
 

Days              Failed          Censored

0~30               12                    22

31~60              8                     40

61~90              4                      22

 

 

Dilip

 

1 REPLY 1

Re: Reliability analysis of Interval censored data

Yes, I have an idea. please read Help > JMP Documentation Library > Reliability and Survival Methods > Chapter 3: Life Distribution. You will find lots of ideas there.

 

Enter your data like this:

 

Capture 1.JPG

 

I do not think that the interval censoring is appropriate in this case. You simply observed the status every 30 days. I assume that each 30 day period is another sample. That is, you have a total sample size of 108. Enter columns in the analysis roles for launching Life Distribution

 

Capture 2.JPG

 

Click OK and then you can either use the non-parametric estimates or fit a chosen model.

 

Capture 3.JPG

 

You enter Start and End, in that order, in the Y role together in a case with interval censoring.

Recommended Articles