Learn R Programming

gpk (version 1.0)

Bacteria: A multi-factorial experiment on the bacteria growth in the packaged foods

Description

In packaged foods one critical concern is the shelf life. Spoilage of food due to bacterial growth can cause major losses. Hence it is of interest to identify conditions which minimize bacterial growth. It is suspected that salt and lipid concentration, pH and temperature may affect growth. The task is to identify levels of various factors, check significance of main effects and interactions and plot cell means in case of two factor interactions that are significant.

Usage

data(Bacteria)

Arguments

Format

A data frame with 300 observations on the following 5 variables.
Response
Reponse
Salt
salt concentration in the medium
Lipid
lipid concentration in the medium
pH
pH of the medium
Temp
temperature

Source

http://ces.iisc.ernet.in/hpg/nvjoshi/statspunedatabook/databook.html

Details

ANOVA is recommended here.

Examples

Run this code
data(Bacteria)
head(Bacteria)

Run the code above in your browser using DataLab