aboutsummaryrefslogtreecommitdiff
path: root/man/din32645.Rd
diff options
context:
space:
mode:
Diffstat (limited to 'man/din32645.Rd')
-rw-r--r--man/din32645.Rd16
1 files changed, 14 insertions, 2 deletions
diff --git a/man/din32645.Rd b/man/din32645.Rd
index 0a2a790..1a3c046 100644
--- a/man/din32645.Rd
+++ b/man/din32645.Rd
@@ -9,7 +9,19 @@
\format{
A dataframe containing 10 rows of x and y values.
}
-\source{
- \url{http://www.uft.uni-bremen.de/chemie}
+\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