From 40979ea0a74bbbfade1ce299415605f64215c0a4 Mon Sep 17 00:00:00 2001
From: Johannes Ranke
Date: Thu, 8 Apr 2021 07:16:31 +0200
Subject: Revert version as 0.2.2 is unreleased, update docs
---
docs/reference/inverse.predict.html | 43 +++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 19 deletions(-)
(limited to 'docs/reference/inverse.predict.html')
diff --git a/docs/reference/inverse.predict.html b/docs/reference/inverse.predict.html
index 3c4c867..0ea86a3 100644
--- a/docs/reference/inverse.predict.html
+++ b/docs/reference/inverse.predict.html
@@ -89,7 +89,7 @@
-
-
+
@@ -106,7 +106,7 @@
-
-
+
@@ -141,8 +141,8 @@
This is elaborated in the package vignette.
-
@@ -199,8 +199,9 @@
Examples
#> $Prediction
+
m <- lm(y ~ x, data
= massart97ex1)
+
inverse.predict(m,
15) # 6.1 +- 4.9
+
#> $Prediction
#> [1] 6.09381
#>
#> $`Standard Error`
@@ -211,7 +212,8 @@
#>
#> $`Confidence Limits`
#> [1] 1.187059 11.000561
-#>
inverse.predict(m, 90) # 43.9 +- 4.9
#> $Prediction
+#>
inverse.predict(m, 90) # 43.9 +- 4.9
+
#> $Prediction
#> [1] 43.93983
#>
#> $`Standard Error`
@@ -222,7 +224,8 @@
#>
#> $`Confidence Limits`
#> [1] 39.03178 48.84788
-#>
#> $Prediction
+#>
#> $Prediction
#> [1] 43.93983
#>
#> $`Standard Error`
@@ -236,18 +239,19 @@
#>
#> $Prediction
+inverse.predict(m3.means, 15, ws = 1.67) # 5.9 +- 2.5
+
#> $Prediction
#> [1] 5.865367
#>
#> $`Standard Error`
@@ -258,7 +262,8 @@
#>
#> $`Confidence Limits`
#> [1] 3.387082 8.343652
-#>
inverse.predict(m3.means, 90, ws = 0.145) # 44.1 +- 7.9
#> $Prediction
+#>
inverse.predict(m3.means, 90, ws = 0.145) # 44.1 +- 7.9
+
#> $Prediction
#> [1] 44.06025
#>
#> $`Standard Error`
@@ -286,7 +291,7 @@
--
cgit v1.2.1