aboutsummaryrefslogtreecommitdiff
path: root/tests/din32645.R
diff options
context:
space:
mode:
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