From f85832883ceaf59dd0831ab39c5b7f6375dd9eca Mon Sep 17 00:00:00 2001 From: Douglas Ezra Morrison Date: Tue, 10 Dec 2024 20:15:44 -0800 Subject: [PATCH] =?UTF-8?q?remove=20=E2=89=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- intro-to-R.qmd | 2 +- prereq-knowledge.qmd | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/intro-to-R.qmd b/intro-to-R.qmd index af139c1..5947b61 100644 --- a/intro-to-R.qmd +++ b/intro-to-R.qmd @@ -102,7 +102,7 @@ There are currently (2024) two commonly-used pipe operators in R: - `%>%`: the "`magrittr` pipe", from the [`magrittr`](https://cran.r-project.org/web/packages/magrittr/index.html) package (@magrittr; [re-exported](https://r-pkgs.org/dependencies-in-practice.html#re-exporting) by [`dplyr`](https://cran.r-project.org/web/packages/dplyr/index.html) and others) . -- `|>`: the "native pipe", from base R (≥4.1.0) +- `|>`: the "native pipe", from base R ($\geq$ 4.1.0) ### Which pipe should I use? diff --git a/prereq-knowledge.qmd b/prereq-knowledge.qmd index f73f1ea..626c399 100644 --- a/prereq-knowledge.qmd +++ b/prereq-knowledge.qmd @@ -34,7 +34,8 @@ Epi 203: inference for one or several homogenous populations + chi-square tests for binomial and Poisson models + nonparametric tests: - Wilcoxon signed-rank test for matched pairs - - Mann–Whitney/Kruskal-Wallis rank sum test for ≥2 independent samples + - Mann–Whitney/Kruskal-Wallis rank sum test + for $\geq 2$ independent samples - Fisher's exact test for contingency tables - Cochran–Mantel–Haenszel-Cox log-rank test * Some linear regression