diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-17 17:29:14 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-07-17 17:38:29 +0200 |
commit | 280d36230052de4f94e384648c1283031fbc9840 (patch) | |
tree | df0ba9e07386b593cc396b8b6976210d42ee1a46 /man/loq.Rd | |
parent | e636c17f0d354a8e74546fc1469431dbe502dc76 (diff) |
Fix inverse predictions for replicate measurements
For details, see NEWS.md
Diffstat (limited to 'man/loq.Rd')
-rw-r--r-- | man/loq.Rd | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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 |