Learn R Programming

expirest (version 0.1.6)

exp3: Stability moisture data of three batches

Description

A data set containing the moisture stability data (% (w/w)) of three batches of a drug product obtained over a 24 months period. A total of \(n = 33\) independent measurements are available (corresponding to data shown in Table XIII in LeBlond et al. (2011)).

Usage

data(exp3)

Arguments

Format

A data frame with 33 observations and 3 variables:

Batch

Factor with levels b1, b2 and b3

Month

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

Moisture

Numeric of the measured moisture levels %(w/w)

References

LeBlond, D., Griffith, D. and Aubuchon, K. Linear Regression 102: Stability Shelf Life Estimation Using Analysis of Covariance. J Valid Technol (2011) 17(3): 47-68.

Examples

Run this code
str(exp3)

Run the code above in your browser using DataLab