Compute Linear Model and MANOVA.

Parameters:
See dedicated page for more information.
This node provides a combination of LM (Linear Model) and GLM (Generalized Linear Model) functionalities.
LM is used to fit linear models. It can be used to carry out regression, single stratum analysis of variance and analysis of covariance.
GLM can either compute a single model, or work as a “model factory” when the “partition by column” mode is selected.

In this example, we prepare data using a “Time Travel” transformation, and we have several time series (per location, brand, segment… you name it), and we want to have one predictive model for each series, in a single operation.
We simply sort the data using the partition variable, and properly set the GLM node:

