diff options
Diffstat (limited to 'demo/massart97ex8.R')
-rw-r--r-- | demo/massart97ex8.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/massart97ex8.R b/demo/massart97ex8.R index dca065f..0a49ec2 100644 --- a/demo/massart97ex8.R +++ b/demo/massart97ex8.R @@ -9,4 +9,4 @@ weights <- wi[factor(x)] m <- lm(y ~ x,w=weights) inverse.predict(m, 15, ws = 1.67) inverse.predict(m, 90, ws = 0.145) -calplot(m) +#calplot(m) |