From c17ab3db75ea257828cfc720ea2fa002de58ab49 Mon Sep 17 00:00:00 2001 From: fawda123 Date: Wed, 7 Aug 2024 11:42:27 -0400 Subject: [PATCH] fix typo in fib vignette --- vignettes/fib.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vignettes/fib.Rmd b/vignettes/fib.Rmd index ff3e1732..43947110 100644 --- a/vignettes/fib.Rmd +++ b/vignettes/fib.Rmd @@ -316,7 +316,7 @@ The `yrrng` argument can also be used to select a year range, where the default show_fibmatrix(enterodata, indic = 'ecocci', yrrng = c(2015, 2020)) ``` -Note that the `subset_wetdry` argument can be used with `show_fibmatrix()` to show only wet or dry samples based on the thresholds provided by `temporal_window` and `wet_threshold`. However, this is not recommended because the scores are probability-based and comparisons between wet or dry samples may be misleading due to different sample sizes, and therefore, power to detect the likelihood of exceeding the threshold. Specifically, there are far fewer wet samples than dry and these sites will generally receive higher grades due to lower power of the statistical tests. +Note that the `subset_wetdry` argument can be used with `show_fibmatrix()` to show only wet or dry samples based on the thresholds provided by `temporal_window` and `wet_threshold`. However, this is not recommended because the scores are probability-based and comparisons between wet or dry samples may be misleading due to different sample sizes, and therefore, power to detect the likelihood of exceeding the threshold. Specifically, there are far fewer wet samples than dry and these samples will generally receive higher grades due to lower power of the statistical tests. As for the EPC data, an HTML table can be returned with `show_fibmatrix()` using `asreact = TRUE` and a plotly object can be returned using `plotly = TRUE`. See the above section for examples of these outputs.