Meat: Meat data from Preece (1982, Table 4)

Description Usage Format Source References Examples

Description

This dataset presents 20 paired data corresponding to the percentage of fat in samples of meat using two different methods: AOAC and Babcock.

Usage

1

Format

A dataframe with 20 rows and 3 columns:

[,1] AOAC numeric percentage of fat
[,2] Babcock numeric percentage of fat
[,3] MeatType factor meat type

Source

Tippett, L.H.C. (1952) Technological Applications of Statistics. Williams and Norgate: London.

References

Preece, D.A. (1982) t is for trouble (and textbooks): a critique of some examples of the paired-samples t-test. The Statistician, 31 (2), 169-195.

Examples

1
2
3
4
5
6
7
8
data(Meat)

# Presence of clusters or...
with(Meat,plot(paired(AOAC,Babcock)))

# group effect according to Meat type?
with(Meat,plot(paired(AOAC,Babcock),group=MeatType))
with(Meat,plot(paired(AOAC,Babcock),group=MeatType,facet=FALSE))

Example output

Loading required package: MASS
Loading required package: gld
Loading required package: mvtnorm
Loading required package: lattice
Loading required package: ggplot2

Attaching package: 'PairedData'

The following object is masked from 'package:base':

    summary

PairedData documentation built on May 1, 2019, 6:49 p.m.