aboutsummaryrefslogtreecommitdiff
path: root/man/loq.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2018-07-17 17:29:14 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2018-07-17 17:38:29 +0200
commit280d36230052de4f94e384648c1283031fbc9840 (patch)
treedf0ba9e07386b593cc396b8b6976210d42ee1a46 /man/loq.Rd
parente636c17f0d354a8e74546fc1469431dbe502dc76 (diff)
Fix inverse predictions for replicate measurements
For details, see NEWS.md
Diffstat (limited to 'man/loq.Rd')
-rw-r--r--man/loq.Rd4
1 files changed, 1 insertions, 3 deletions
diff --git a/man/loq.Rd b/man/loq.Rd
index 082cf34..c247f34 100644
--- a/man/loq.Rd
+++ b/man/loq.Rd
@@ -68,9 +68,7 @@
and therefore not tested. Feedback is welcome.
}
\examples{
-data(massart97ex3)
-attach(massart97ex3)
-m <- lm(y ~ x)
+m <- lm(y ~ x, data = massart97ex1)
loq(m)
# We can get better by using replicate measurements

Contact - Imprint