1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-10 09:41:55 +02:00

(v2.1.1.9239) documentation

This commit is contained in:
2025-04-14 09:40:35 +02:00
parent 7c3320b967
commit ec937e8179
6 changed files with 32 additions and 10 deletions

View File

@ -123,7 +123,7 @@ logistic_model
#### 3. Building the Workflow
We bundle the recipe and model together into a `workflow`, which organises the entire modeling process.
We bundle the recipe and model together into a `workflow`, which organises the entire modelling process.
```{r}
# Combine the recipe and model into a workflow
@ -253,7 +253,7 @@ data_time
### **Defining the Workflow**
We now define the modeling workflow, which consists of a preprocessing step, a model specification, and the fitting process.
We now define the modelling workflow, which consists of a preprocessing step, a model specification, and the fitting process.
#### 1. Preprocessing with a Recipe