You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rows that have a common term in one of the selected categorical columns are averaged. Several different summarization methods can be selected.
```{=html}
<!-- This comment and the line above it must be preserved when editing this file!
The recommended sections are these, but they may be changed on a case by case basis.
===== Detailed description =====
===== Parameters =====
===== Theoretical background =====
===== Examples =====
Make changes only below this line! -->
```
# Parameters
## Categories
Selected categorical columns that are used to specify, which rows should be summarized (default: all categorical columns are selected).
## Average type
Selected operation that should be used to average the values of the expression columns (default: median). The operation can be selected from a predefined list of operations:
- Median
- Mean
- Sum
- Standard deviation
## Min. size
The minimal occurrence of a certain term within a categorical column so that the rows will be summarized into one row (default: 3).