There are two extra things need attention here when we convert infant mortality and initial failures into right censored observations. If data only have failures and right censored observations, there are two formats:
The first is the Time-and-Censor-Indicator column format like the following. Most reliability platforms accept text values in the Censor column now. The zero-one coding, though, is still accepted by default.
The second is the Time-Interval column format like the following. Here platforms will expect two time columns Start and End, no indicator column any more, and figure out appropriate censoring types depending on the missing value patterns in the cells. Here, for example, the second row has a missing value in End, and that row indicates a right censored observation.
Now come back to this specific case, in which we want to mark infant mortality and initial failures as right censored. The data also has some "censored" observations already, which are actually "right censored" due to suspension. Therefore, we would like to mark all three types of observation right censored: infant mortality, initial failure, and originally right censored.
I attach both approaches to illustrate. First, the "time censor format.jmp". I keep "Time to Failure, h" untouched, but create a new column "Effective Censor" with this formula:
Then I use "Time to Failure, h" and "Effective Censor" as my time and censor indicator columns to analyze the data. The following is the screenshot of the comparison between "treating other modes right censored" and "excluding other modes". The scripts are in the table. The numbers are close, but I believe that we should treat other modes right censored here.
Now the other format: "interval format.jmp". The table defines "Start Period of Time, h" and "End Period of Time,h" as follows. This is "Start Period of Time, h"
And this is "Eng Period of Time, h"
Now I only use "Start Period of Time, h" and "End Period of Time,h" for the analysis. And reports should replicate what are in the previous screenshot. The scripts are in the table.
Last, let me explain what are those dots in the Nonparametric Overlay. They are non-parametric estimates of failure distributions at different voltage levels. The estimates use included data points and are associated with them. A point is not drawn because (1) the corresponding observation is not included in the analysis, or (2) the at the time of the corresponding observation, the probability estimate cannot be determined. Reason (1) is what I explained earlier. For reason (2), see, for example, the first row in "time censor format.jmp", time = 0.001, infant mortality = 1. We treat it as right censored. And we don't see any dots around 0.001 in the corresponding plot. Because we cannot put a definite probability estimate at time = 0.001. All we can tell is that the probability associated to Voltage=51 at time=0.001 should be smaller than the lowest point of the green dots, which is around 0.02.