Skip to content

Commit

Permalink
updated verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami-Leon committed Apr 4, 2024
1 parent dfbaa07 commit 2e4398e
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Finally, we can perform tests on the nonlinear functions. The first element of t
```{r}
test_f_results <- test_f(x, y, series, t,
name_group_var = "group", tuned_plsmm,
n_boot = 10, verbose = TRUE
n_boot = 10
)
test_f_results[[1]]
head(test_f_results[[2]])
Expand All @@ -150,7 +150,7 @@ Similarly to the `plot_fit()` function, the argument `predicted` can be changed
```{r}
test_f_results <- test_f(x, y, series, t,
name_group_var = "group", tuned_plsmm,
n_boot = 10, predicted = TRUE, verbose = TRUE
n_boot = 10, predicted = TRUE
)
```

Expand Down
62 changes: 60 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,36 @@ test_f_results <- test_f(x, y, series, t,
name_group_var = "group", tuned_plsmm,
n_boot = 10
)
#> | | | 0%
#> | | | 0% | |======= | 10%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |============== | 20%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |===================== | 30%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |============================ | 40%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |=================================== | 50%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |========================================== | 60%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |================================================= | 70%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |======================================================== | 80%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |=============================================================== | 90%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |======================================================================| 100%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
```

<img src="man/figures/README-unnamed-chunk-8-1.png" width="100%" />
Expand Down Expand Up @@ -213,7 +242,36 @@ test_f_results <- test_f(x, y, series, t,
name_group_var = "group", tuned_plsmm,
n_boot = 10, predicted = TRUE
)
#> | | | 0%
#> | | | 0% | |======= | 10%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |============== | 20%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |===================== | 30%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |============================ | 40%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |=================================== | 50%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |========================================== | 60%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |================================================= | 70%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |======================================================== | 80%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |=============================================================== | 90%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
#> | |======================================================================| 100%
#>
#> Completed fitting Bootstrap samples. Now formatting results, and generating figure.
```

<img src="man/figures/README-unnamed-chunk-9-1.png" width="100%" />
Expand Down

0 comments on commit 2e4398e

Please sign in to comment.