Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

moisture.df

Moisture data


Description

Moisture level at two stages in a food manufacturing process, in-process and final. These data are given in Example 14.1

Format

A data frame with 25 observations on the following 6 variables.

  • batch. the batch number of the measurement

  • proc.level. the in-process moisture level

  • final.level. natural the final moisture level of the batch

  • ls.fit the least squares fitted value of final.level given proc.level

  • residiual. the least squares residual

  • residiual.sq. the squaredvleast squares residual

Examples

data(moisture.df)
plot(final.level~proc.level, data = moisture.df)

Bolstad

Functions for Elementary Bayesian Inference

v0.2-41
GPL (>= 2)
Authors
James Curran [aut, cre]
Initial release
2020-09-25

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.