Background: I'm trying to determine if there is a difference in the rate of failure between two populations. Population 1 is an engine run on one type of fuel. Population 2 is the same engine run on a different type of fuel.
I have 1000 engines in my first group along with the list of when they failed [5,8,10...] I have 100 engines in the second group [6,12...]
If everything failed I could test if the means were different with a 2 sample unpaired t test, however since most of the engines never failed, I'm not sure how to easily test whether the two populations really the same.