Learn R Programming

isdals (version 3.0.1)

massspec: Comparison of mass spectrometry methods

Description

Two common methods are GC-MS (gas chromatography-mass spectrometry) and HPLC (high performance liquid chromatography). The biggest difference between the two methods is that one uses gas while the other uses liquid. We wish to determine if the two methods measure the same amount of muconic acid in human urine.

Usage

data(massspec)

Arguments

Format

A data frame with 16 observations on the following 3 variables.

sample

a numeric vector

hplc

a numeric vector

gcms

a numeric vector

Examples

Run this code
data(massspec)

Run the code above in your browser using DataLab