diff --git a/docs/articles/canopy-model.html b/docs/articles/canopy-model.html index 6b5fc85..973c2a9 100644 --- a/docs/articles/canopy-model.html +++ b/docs/articles/canopy-model.html @@ -301,8 +301,8 @@
Once the model is fitted, we can examine the output, extract the estimated parameters, make some plots, and predict new x values.
@@ -288,7 +288,7 @@2. Piece-wise regression#> #> Metrics: #> Groups Timing Convergence Iterations -#> 1 0.4163 secs 100% 511 (id)
After fitting the model, we can examine the results, plot the fitted curve, extract the coefficients and their associated p-values, obtain the variance-covariance matrix, and make predictions for unknown values @@ -358,7 +358,7 @@
-a <- plot(mod, color = "blue", title = "Raw - data")
+a <- plot(mod, color = "blue", title = "Raw data")
b <- plot(mod, type = 4, n_points = 200, color = "black")
c <- plot(mod, type = 5, n_points = 200, color = "black")
d <- plot(mod, type = 6, n_points = 200, color = "black")
diff --git a/docs/articles/plotting_files/figure-html/unnamed-chunk-4-1.png b/docs/articles/plotting_files/figure-html/unnamed-chunk-4-1.png
index 4e746c2..aba67c5 100644
Binary files a/docs/articles/plotting_files/figure-html/unnamed-chunk-4-1.png and b/docs/articles/plotting_files/figure-html/unnamed-chunk-4-1.png differ
diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml
index 2b7212a..82dfedf 100644
--- a/docs/pkgdown.yml
+++ b/docs/pkgdown.yml
@@ -7,7 +7,7 @@ articles:
how_to_start: how_to_start.html
maturity-model: maturity-model.html
plotting: plotting.html
-last_built: 2024-09-23T19:17Z
+last_built: 2024-09-23T19:56Z
urls:
reference: https://apariciojohan.github.io/flexFitR/reference
article: https://apariciojohan.github.io/flexFitR/articles
diff --git a/docs/reference/coef.modeler.html b/docs/reference/coef.modeler.html
index 4d7d40b..ce772a2 100644
--- a/docs/reference/coef.modeler.html
+++ b/docs/reference/coef.modeler.html
@@ -124,7 +124,7 @@ Examples#>
#> Metrics:
#> Groups Timing Convergence Iterations
-#> 3 1.8005 secs 100% 414 (id)
+#> 3 1.8156 secs 100% 414 (id)
#>
coef(mod_1, id = 2)
#> # A tibble: 3 × 6
diff --git a/docs/reference/confint.modeler.html b/docs/reference/confint.modeler.html
index 2aa0189..0c9ebd0 100644
--- a/docs/reference/confint.modeler.html
+++ b/docs/reference/confint.modeler.html
@@ -123,7 +123,7 @@ Examples#>
#> Metrics:
#> Groups Timing Convergence Iterations
-#> 3 2.5273 secs 100% 410 (id)
+#> 3 2.7826 secs 100% 410 (id)
#>
confint(mod_1)
#> # A tibble: 9 × 6
diff --git a/docs/reference/metrics.html b/docs/reference/metrics.html
index 6a5e4aa..3cb6e51 100644
--- a/docs/reference/metrics.html
+++ b/docs/reference/metrics.html
@@ -124,8 +124,8 @@ Examples#> 2 35.2 60.7 100.0 7.014
#>
#> Metrics:
-#> Groups Timing Convergence Iterations
-#> 2 0.953 secs 100% 469 (id)
+#> Groups Timing Convergence Iterations
+#> 2 1.4931 secs 100% 469 (id)
#>
metrics(mod_1)
#> # A tibble: 2 × 8
diff --git a/docs/reference/modeler.html b/docs/reference/modeler.html
index 95c130c..6339ed4 100644
--- a/docs/reference/modeler.html
+++ b/docs/reference/modeler.html
@@ -235,7 +235,7 @@ Examples#>
#> Metrics:
#> Groups Timing Convergence Iterations
-#> 1 0.9123 secs 100% 901 (id)
+#> 1 1.5053 secs 100% 901 (id)
#>
# Example 2
mod_2 <- dt_potato |>
@@ -265,8 +265,8 @@ Examples#> 195 38.7 62 100 1.88e-18
#>
#> Metrics:
-#> Groups Timing Convergence Iterations
-#> 1 0.608 secs 100% 349 (id)
+#> Groups Timing Convergence Iterations
+#> 1 0.8373 secs 100% 349 (id)
#>