From 801e95f1cc7bfcc8480f6f49b9da2331be71d1a9 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 6 Jun 2018 02:10:37 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- docs/reference/massart97ex3.html | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) (limited to 'docs/reference/massart97ex3.html') diff --git a/docs/reference/massart97ex3.html b/docs/reference/massart97ex3.html index d737fc5..434fc7b 100644 --- a/docs/reference/massart97ex3.html +++ b/docs/reference/massart97ex3.html @@ -21,16 +21,22 @@ + + + - - - + + + + + + @@ -53,8 +59,12 @@ - chemCal + + chemCal + 0.1.37.9001 + + @@ -75,15 +86,19 @@ -
+
+

Sample dataset from p. 188 to test the package.

+
data(massart97ex3)
@@ -109,7 +124,7 @@ w <- round(1 / (s^2), digits = 3) weights <- w[factor(x)] m <- lm(y ~ x, w = weights) -calplot(m)
#> Warning: Assuming constant prediction variance even though model fit is weighted
+calplot(m)
#> Warning: Assuming constant prediction variance even though model fit is weighted
# The following concords with the book p. 200 inverse.predict(m, 15, ws = 1.67) # 5.9 +- 2.5
#> $Prediction #> [1] 5.865367 @@ -194,5 +209,8 @@
+ + + -- cgit v1.2.1