aboutsummaryrefslogtreecommitdiff
path: root/trunk/tests/din32645.R
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2007-10-01 19:44:04 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2007-10-01 19:44:04 +0000
commit14a5af60a36071f6a9b4471fdf183fd91e89e1cd (patch)
tree8c845109c3b3e7663b903f3a9d06f7094a4438d8 /trunk/tests/din32645.R
parent3dec3886b58f73427409d3ef9427c8440420cbc0 (diff)
Moved everything into the trunk directory, in order to enable branching
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@22 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'trunk/tests/din32645.R')
-rw-r--r--trunk/tests/din32645.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/trunk/tests/din32645.R b/trunk/tests/din32645.R
new file mode 100644
index 0000000..e5ffed7
--- /dev/null
+++ b/trunk/tests/din32645.R
@@ -0,0 +1,7 @@
+require(chemCal)
+data(din32645)
+m <- lm(y ~ x, data = din32645)
+inverse.predict(m, 3500, alpha = 0.01)
+lod <- lod(m, alpha = 0.01, beta = 0.5)
+lod(m, alpha = 0.01, beta = 0.01)
+loq <- loq(m, alpha = 0.01)

Contact - Imprint