ship {BayesGOF}R Documentation

Portsmouth Navy Shipyard Data

Description

Data represents results of quality-control inspections executed by Portsmouth Naval Shipyard on lots of welding materials. The data has k=5k=5 observations of number of defects yy out of the total number of tested n=5n=5.

Usage

data("ship")

Format

A data frame of (yi,ni)(y_i, n_i) for i=1,...,5i = 1,...,5.

y

number of defects found in the ithi^{th} inspection

n

total samples tested in the ithi^{th} inspection

Source

Martz, H.F. and Lian, M.G., 1974. "Empirical Bayes estimation of the binomial parameter," Biometrika, 61(3), pp. 517-523.


[Package BayesGOF version 5.2 Index]