aboutsummaryrefslogtreecommitdiff
path: root/tests/din32645.R
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2015-08-22 09:03:10 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2015-08-22 09:03:10 +0000
commitd8d6012e98fb4c7f158bcc7c173407c2b5f3e42e (patch)
tree92bcbbc548431b214fb387e20dc423745b2ab897 /tests/din32645.R
parent2be973ef45816e04a6a59f59a4fae50f8f17a5e1 (diff)
Get rid of the branched svn layout I never used
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@36 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'tests/din32645.R')
-rw-r--r--tests/din32645.R7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/din32645.R b/tests/din32645.R
new file mode 100644
index 0000000..e5ffed7
--- /dev/null
+++ b/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