From 912bc140e884cb6861f79089ec895499326de518 Mon Sep 17 00:00:00 2001 From: Andrew Ghazi <6763470+andrewGhazi@users.noreply.github.com> Date: Fri, 11 Oct 2024 15:01:57 -0400 Subject: [PATCH] note on names --- episodes/eda_qc.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/eda_qc.Rmd b/episodes/eda_qc.Rmd index 34cc2be..c251066 100644 --- a/episodes/eda_qc.Rmd +++ b/episodes/eda_qc.Rmd @@ -425,7 +425,7 @@ Imagine you have data that were prepared by three people with varying level of e ::: ::: solution -Use the `block` argument in the call to `modelGeneVar()` like so: +Use the `block` argument in the call to `modelGeneVar()` like so. We don't have experimenter information in this dataset, so in order to have some names to work with we assign them randomly from a set of names. ```{r eval=FALSE}