Skip to content

Commit

Permalink
remove tidymodels content
Browse files Browse the repository at this point in the history
  • Loading branch information
jpiaskowski committed Jul 25, 2024
1 parent 6a381e5 commit caf8186
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions chapters/factorial-design.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -111,23 +111,6 @@ m2
pairs(m2)
```

::: panel-tabset
### lme4

```{r, message=FALSE}
```

### tidymodels

```{r, message=FALSE, eval=FALSE}
library(tidymodels)
tidy_rcbd <- linear_reg(engine = "lm") %>%
fit(yield ~ d*n*p*k + (1|block),
data = data1,
na.action = na.exclude)
```
:::


2. Unbalanced factorial design
Expand All @@ -151,7 +134,7 @@ Here is the R syntax for that statistical model:
```

### tidymodels
### nlme

```{r}
Expand Down

0 comments on commit caf8186

Please sign in to comment.