aboutsummaryrefslogtreecommitdiff
path: root/man/din32645.Rd
blob: 1a3c046a64a45750a23ef7fb990d0e48fca9440e (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
25
26
27
\name{din32645}
\docType{data}
\alias{din32645}
\title{Calibration data from DIN 32645}
\description{
  Sample dataset to test the package.
}
\usage{data(din32645)}
\format{
  A dataframe containing 10 rows of x and y values.
}
\examples{
data(din32645)
m <- lm(y ~ x, data=din32645)
calplot(m)
prediction <- inverse.predict(m,3500,alpha=0.01)
# This should give 0.074 according to DIN (cited from the Dintest test data)
round(prediction$Confidence,3)
}
\references{
  DIN 32645 (equivalent to ISO 11843)

  Dintest. Plugin for MS Excel for evaluations of calibration data. Written
  by Georg Schmitt, University of Heidelberg. 
  \url{http://www.rzuser.uni-heidelberg.de/~df6/download/dintest.htm}
}
\keyword{datasets}

Contact - Imprint