Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolski committed May 21, 2024
1 parent 6345220 commit a23297f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Modelling2Factors.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Contrasts <- c("TA - TB" = "(GroupA_X + GroupA_Z)/2 - (GroupB_X + GroupB_Z)/2",
```

```{r buildModel1factor}
mod <- prolfqua::build_model(data_Factor$data, formula_Batches,
mod <- prolfqua::build_model(data_1Factor$data, formula_Batches,
subject_Id = pMerged$config$table$hierarchy_keys() )
```
Expand Down

0 comments on commit a23297f

Please sign in to comment.