blob: bb952ff546916c0f3ad03598d5e84381e16fc3b7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/chemCal-package.R
\docType{data}
\name{utstats14}
\alias{utstats14}
\title{Example data for calibration with replicates from University of Toronto}
\format{
A tibble containing three replicate observations of the response for
five calibration concentrations.
}
\source{
David Stone and Jon Ellis (2011) Statistics in Analytical Chemistry.
Tutorial website maintained by the Departments of Chemistry, University of
Toronto.
\url{https://sites.chem.utoronto.ca/chemistry/coursenotes/analsci/stats/index.html}
}
\usage{
utstats14
}
\description{
Dataset read into R from
\url{https://sites.chem.utoronto.ca/chemistry/coursenotes/analsci/stats/files/example14.xls}.
}
\keyword{datasets}
|