Browse Source

minor fix in code/highspeed-analysis-sequence.Rmd

Lennart Wittkuhn 3 years ago
parent
commit
2058381548
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code/highspeed-analysis-sequence.Rmd

+ 1 - 1
code/highspeed-analysis-sequence.Rmd

@@ -1664,7 +1664,7 @@ dt_pred_seq_step_stat = dt_pred_seq_step_mean %>%
   setorder(., classification, zone, tITI)
 
 dt_pred_seq_step_stat %>%
-  filter(classification == "ovr", pvalue_adjust < 0.05) %>%
+  filter(classification == "ovr") %>%
   rmarkdown::paged_table(.)
 ```