Learn R Programming

expirest (version 0.1.6)

exp4: Stability data of 4 batches

Description

A data set containing the concentration data (mg/kg) of four batches obtained over a 24 months period of a drug product. A total of \(n = 36\) independent measurements are available (corresponding to the data set Reliability/Stability.jmp in JMP(R) 12 Reliability and Survival Methods manual).

Usage

data(exp4)

Arguments

Format

A data frame with 36 observations and 3 variables:

Batch

Factor with levels 1_11, 2_12, 3_13 and 4_14.

Month

Numeric representing the time points of testing from the start (0 months) to the end (24 months) of the study.

Conc

Numeric of the measured concentrations in \(mg / kg\).

References

SAS Institute Inc. 2015. JMP(R) 12 Reliability and Survival Methods. Cary, NC: SAS Institute Inc.

Examples

Run this code
str(exp4)

Run the code above in your browser using DataLab