| testdata | R Documentation |
A dataset containing example reliability test data from the military report "Reliability Growth Prediction" (1986) by The Analytical Sciences Corporation. This dataset includes cumulative ETI, failure counts, cumulative MTBF, report numbers, flags, and causes for two different LRUs (G1 and G2).
testdata
@format ## testdata
A data frame with 25 rows and 6 variables:
The Line Replaceable Unit identifier (G1 or G2).
Cumulative Equivalent Test Hours (ETI).
Cumulative number of failures observed.
Cumulative Mean Time Between Failures (MTBF).
Report number associated with the failure.
A flag indicating special conditions or notes.
Cause of the failure (e.g., D for Design, M for Manufacturing, R for Random, NR for No Report).
@usage data(testdata)
https://apps.dtic.mil/sti/tr/pdf/ADA176128.pdf
data(testdata)
head(testdata)
summary(testdata)
str(testdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.